#CACD9E

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

Shades of Green Mist #CACD9E

Tints of Green Mist #CACD9E

Color information

#CACD9E (or 0xCACD9E) is unknown color: approx Green Mist. HEX triplet: CA, CD and 9E. RGB value is (202,205,158). Sum of RGB (Red+Green+Blue) = 202+205+158=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD9E is #353261. Grayscale: #C6C6C6. Windows color (decimal): -3486306 or 10407370. OLE color: 10407370.

HSL color Cylindrical-coordinate representation of color #CACD9E: hue angle of 63.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CACD9E is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB202205158-
CMYK0.0100.230.20
HSL63.83º31.97%71.18%-
HSV(B)63.83º22.93%80.39%-
XYZ52.3658.6940.92-
YUV198.74105.01130.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=35.75%
G=36.28%
B=27.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051580.0100.230.2063.8331.9771.18
HexCACD9E101714402047
Octal31231523610272410040107
Binary11001010110011011001111010101111010010000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD9E; }

 p { color: rgb(202,205,158); }

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

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

 a { background-color: rgb(202,205,158); }

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

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

 span { border-color: rgb(202,205,158); }

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