#CAD09D

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

Shades of Green Mist #CAD09D

Tints of Green Mist #CAD09D

Color information

#CAD09D (or 0xCAD09D) is unknown color: approx Green Mist. HEX triplet: CA, D0 and 9D. RGB value is (202,208,157). Sum of RGB (Red+Green+Blue) = 202+208+157=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD09D is #352F62. Grayscale: #C8C8C8. Windows color (decimal): -3485539 or 10342602. OLE color: 10342602.

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

Color convert

RGB202208157-
CMYK0.0300.250.18
HSL67.06º35.17%71.57%-
HSV(B)67.06º24.52%81.57%-
XYZ5360.140.71-
YUV200.39103.51129.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=35.63%
G=36.68%
B=27.69%

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
Decimal2022081570.0300.250.1867.0635.1771.57
HexCAD09D301912432348
Octal31232023530312210343110
Binary110010101101000010011101110110011001010000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD09D; }

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

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

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

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

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

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

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

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