#9DCABE

Color #9DCABE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9DCABE

Tints of Shadow Green #9DCABE

Color information

#9DCABE (or 0x9DCABE) is unknown color: approx Shadow Green. HEX triplet: 9D, CA and BE. RGB value is (157,202,190). Sum of RGB (Red+Green+Blue) = 157+202+190=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABE is #623541. Grayscale: #BBBBBB. Windows color (decimal): -6436162 or 12503709. OLE color: 12503709.

HSL color Cylindrical-coordinate representation of color #9DCABE: hue angle of 164º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCABE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB157202190-
CMYK0.2200.060.21
HSL164º29.8%70.39%-
HSV(B)164º22.28%79.22%-
XYZ44.3253.1356.63-
YUV187.18129.59106.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=28.60%
G=36.79%
B=34.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021900.2200.060.2116429.870.39
Hex9DCABE160615a41e46
Octal23531227626062524436106
Binary1001110111001010101111101011001101010110100100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DCABE; }

 p { color: rgb(157,202,190); }

 H1.HeaderClassName
 {
   color: #9DCABE;
 }
 .AnyTagClassName
 {
   color: #9DCABE;
 }
</style>
background-color css

<style>
 a { background-color: #9DCABE; }

 a { background-color: rgb(157,202,190); }

 div.DivClassName
 {
   background-color: #9DCABE;
 }
 .BgClassName
 {
   background-color: #9DCABE;
 }
</style>
border-color css

<style>
 span { border-color: #9DCABE; }

 span { border-color: rgb(157,202,190); }

 td.TdClassName
 {
   border-color: #9DCABE;
 }
 .TagClassName
 {
   border-color: #9DCABE;
 }
</style>