#99CDB9

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

Shades of Shadow Green #99CDB9

Tints of Shadow Green #99CDB9

Color information

#99CDB9 (or 0x99CDB9) is unknown color: approx Shadow Green. HEX triplet: 99, CD and B9. RGB value is (153,205,185). Sum of RGB (Red+Green+Blue) = 153+205+185=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDB9 is #663246. Grayscale: #BBBBBB. Windows color (decimal): -6697543 or 12176793. OLE color: 12176793.

HSL color Cylindrical-coordinate representation of color #99CDB9: hue angle of 156.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDB9 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB153205185-
CMYK0.2500.100.20
HSL156.92º34.21%70.2%-
HSV(B)156.92º25.37%80.39%-
XYZ43.7353.9454.01-
YUV187.17126.77103.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.18%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=28.18%
G=37.75%
B=34.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051850.2500.100.20156.9234.2170.2
Hex99CDB9190A149d2246
Octal231315271310122423542106
Binary100110011100110110111001110010101010100100111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CDB9; }

 p { color: rgb(153,205,185); }

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

<style>
 a { background-color: #99CDB9; }

 a { background-color: rgb(153,205,185); }

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

<style>
 span { border-color: #99CDB9; }

 span { border-color: rgb(153,205,185); }

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