#CAD099

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

Shades of Green Mist #CAD099

Tints of Green Mist #CAD099

Color information

#CAD099 (or 0xCAD099) is unknown color: approx Green Mist. HEX triplet: CA, D0 and 99. RGB value is (202,208,153). Sum of RGB (Red+Green+Blue) = 202+208+153=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD099 is #352F66. Grayscale: #C8C8C8. Windows color (decimal): -3485543 or 10080458. OLE color: 10080458.

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

Color convert

RGB202208153-
CMYK0.0300.260.18
HSL66.55º36.91%70.78%-
HSV(B)66.55º26.44%81.57%-
XYZ52.6659.9738.94-
YUV199.94101.51129.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=35.88%
G=36.94%
B=27.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081530.0300.260.1866.5536.9170.78
HexCAD099301A12432547
Octal31232023130322210345107
Binary110010101101000010011001110110101001010000111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD099; }

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

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

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

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

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

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

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

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