COLOR #90E592

HEX: #90E592
RGB: (144,229,146)

Renk bilgisi

#90E592 contains mainly green color. #90E592 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#90E592 color RGB value is (144,229,146).

  • kırmız ton 144;
  • yeşil ton 229;
  • mavi ton 146.
RGB:
(144,229,146)
(56%,90%,57%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 229 of 255 = 90%
B 146 of 255 = 57%

144
229
146

R + G + B ~ 68%. #90E592 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 229 + 146 = 519 (100%)
R 144 of 519 ~ 27.75%
G 229 of 519 ~ 44.12%
B 146 of 519 ~ 28.13%

%27.75
%44.12
%28.13

CMYK RENK MODELİ

#90E592 rengi CMYK tonu (37,0,36,10).

  • camgöbeği tonu 37.12%
  • eflatun tonu 0.00%
  • sarı tonu 36.24%
  • ana renk tonu 10.20%
CMYK:
(37,0,36,10)
C37M0Y36K10 
(37%,0%,36%,10%)
(0.37/0.00/0.36/0.10)	

CMYK yüzdeleri

%37.12
%0
%36.24
%10.2

Codes

Color #90E592 in popluar color models

90E592
RGB144229146
HSL121°62.04%73.14%
HSB/HSV121°37.12%89.80%
CMYK37.12%0.00%36.24%
10.20%

Color #90E592 in popluar number systems.

HEX90E592
Decimal144229146
Binary100100001110010110010010
Octal220345222

Shades and tints

Shades of #90E592

#90E592
(144,229,146)
#83D185
(131,209,133)
#76BD78
(118,189,120)
#69A96B
(105,169,107)
#5C955E
(92,149,94)
#4F8151
(79,129,81)
#426D44
(66,109,68)
#355937
(53,89,55)
#28452A
(40,69,42)
#1B311D
(27,49,29)
#0E1D10
(14,29,16)
#000000
(0,0,0)

Tints of #90E592

#90E592
(144,229,146)
#9AE79B
(154,231,155)
#A4E9A4
(164,233,164)
#AEEBAD
(174,235,173)
#B8EDB6
(184,237,182)
#C2EFBF
(194,239,191)
#CCF1C8
(204,241,200)
#D6F3D1
(214,243,209)
#E0F5DA
(224,245,218)
#EAF7E3
(234,247,227)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E592 color. Also use rgb(144,229,146) instead hex code.

Text Font Color

.myTextColor { color: #90E592; }

<p style="color:#90E592">This sample text font color is #90E592.</p>

This text font color is #90E592.


Background Color

.myBgColor { background-color: #90E592; }

<div style="background-color:#90E592">Inner text</div>

This div background color is #90E592.


Border color

.myBorderColor { border: 1px solid #90E592; }

<div style="border:3px solid #90E592">Div</div>

This div border color is #90E592.


Opacity

.myOpacity80 { color: #90E592; opacity: 0.8; }

<p style="color:#90E592;opacity:0.8;">80%</p>

Text with #90E592 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90E592;}

<p style="text-shadow: 3px 3px 1px #90E592">Text here.</p>

This text has shadow with #90E592 color.

.textShadow {text-shadow: 3px 3px 1px #90E592, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90E592, 5px 5px 20px red">Text here.</p>

This text has shadow with #90E592 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90E592, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90E592, Direction=45, Strength=4)">Text</p>

This text has shadow with #90E592 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90E592;
  -webkit-box-shadow:	1px 1px 3px 2px #90E592;
  box-shadow:		1px 1px 3px 2px #90E592;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90E592;
-webkit-box-shadow: 1px 1px 3px 2px #90E592;
box-shadow:1px 1px 3px 2px #90E592;">
Div content here</div>
This div box has shadow with color #90E592.

Preview

Color preview on black background

This text has color #90E592 on black background.


Color preview on white background

This text has color #90E592 on white background.



Black color preview on #90E592 background

This text has black color on #90E592 background.


White color preview on #90E592 background

This text has white color on #90E592 background.