#CAD09C

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

Shades of Green Mist #CAD09C

Tints of Green Mist #CAD09C

Color information

#CAD09C (or 0xCAD09C) is unknown color: approx Green Mist. HEX triplet: CA, D0 and 9C. RGB value is (202,208,156). Sum of RGB (Red+Green+Blue) = 202+208+156=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD09C is #352F63. Grayscale: #C8C8C8. Windows color (decimal): -3485540 or 10277066. OLE color: 10277066.

HSL color Cylindrical-coordinate representation of color #CAD09C: hue angle of 66.92º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAD09C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB202208156-
CMYK0.0300.250.18
HSL66.92º35.62%71.37%-
HSV(B)66.92º25%81.57%-
XYZ52.9160.0740.26-
YUV200.28103.01129.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=35.69%
G=36.75%
B=27.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081560.0300.250.1866.9235.6271.37
HexCAD09C301912432447
Octal31232023430312210344107
Binary110010101101000010011100110110011001010000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD09C; }

 p { color: rgb(202,208,156); }

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

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

 a { background-color: rgb(202,208,156); }

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

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

 span { border-color: rgb(202,208,156); }

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