COLOR #90C595

HEX: #90C595 RGB: (144,197,149)

Color info

#90C595 contains red, green and blue colors in about the same proportion. Web safe color of #90C595 is #99CC99 (or #9C9).

RGB color model

#90C595 color RGB value is (144,197,149).

RGB: (144,197,149) (56%, 77%, 58%)

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 149 of 255 = 58%

144
197
149

R + G + B ~ 64%. #90C595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 197 + 149 = 490 (100%)
R 144 of 490 ~ 29.39%
G 197 of 490 ~ 40.2%
B 149 of 490 ~ 30.41'%

%29.39
%40.2
%30.41

CMYK color model

#90C595 color CMYK value is (27,0,24,23).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK: (27,0,24,23) C27M0Y24K23 (27%,0%,24%,23%) (0.27/0.00/0.24/0.23) 

CMYK percentages

%26.9
%0
%24.37
%22.75

Codes

Color #90C595 in popluar color models

90 C5 95
RGB 144 197 149
HSL 126° 31.36% 66.86%
HSB/HSV 126° 26.90% 77.25%
CMYK 26.90% 0.00% 24.37%
22.75%

Color #90C595 in popluar number systems.

HEX 90 C5 95
Decimal 144 197 149
Binary 10010000 11000101 10010101
Octal 220 305 225

Shades and tints

Shades of #90C595

#90C595
(144,197,149)
#83B488
(131,180,136)
#76A37B
(118,163,123)
#69926E
(105,146,110)
#5C8161
(92,129,97)
#4F7054
(79,112,84)
#425F47
(66,95,71)
#354E3A
(53,78,58)
#283D2D
(40,61,45)
#1B2C20
(27,44,32)
#0E1B13
(14,27,19)
#000000
(0,0,0)

Tints of #90C595

#90C595
(144,197,149)
#9ACA9E
(154,202,158)
#A4CFA7
(164,207,167)
#AED4B0
(174,212,176)
#B8D9B9
(184,217,185)
#C2DEC2
(194,222,194)
#CCE3CB
(204,227,203)
#D6E8D4
(214,232,212)
#E0EDDD
(224,237,221)
#EAF2E6
(234,242,230)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C595 color. Also use rgb(144,197,149) instead hex code.

Text Font Color

.myTextColor { color: #90C595; }

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

This text font color is #90C595.

Background Color

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

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

This div background color is #90C595.

Border color

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

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

This div border color is #90C595.

Opacity

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

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

Text with #90C595 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 #90C595;}

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

This text has shadow with #90C595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C595.

Preview

Color preview on black background

This text has color #90C595 on black background.


Color preview on white background

This text has color #90C595 on white background.


Black color preview on #90C595 background

This text has black color on #90C595 background.


White color preview on #90C595 background

This text has white color on #90C595 background.


Related colors

Complementary color

Complementary color for #hex is #6F3A6A.


I love getcolorcode.com

Triadic colors

1 #9590C5 and #C59590 with #90C595 are triadic colors.

2 #95C590 and #C59095 with #90C595 are triadic colors.