Shades of Green Mist #CACE9E
Tints of Green Mist #CACE9E
RGB
CMYK
RGB Variations
Color information
#CACE9E (or 0xCACE9E) is known color: Green Mist. HEX triplet: CA, CE and 9E. RGB value is (202,206,158). Sum of RGB (Red+Green+Blue) = 202+206+158=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE9E is #353161. Grayscale: #C7C7C7. Windows color (decimal): -3486050 or 10407626. OLE color: 10407626.
HSL color Cylindrical-coordinate representation of color #CACE9E: hue angle of 65º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CACE9E is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 158 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.19 |
| HSL | 65º | 0.33% | 0.71% | - |
| HSV(B) | 65º | 0.23% | 0.81% | - |
| XYZ | 52.6 | 59.17 | 41 | - |
| YUV | 199.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 158 | 0.02 | 0 | 0.23 | 0.19 | 65 | 0.33 | 0.71 |
| Hex | CA | CE | 9E | 2 | 0 | 17 | 13 | 41 | 21 | 47 |
| Octal | 312 | 316 | 236 | 2 | 0 | 27 | 23 | 101 | 41 | 107 |
| Binary | 11001010 | 11001110 | 10011110 | 10 | 0 | 10111 | 10011 | 1000001 | 100001 | 1000111 |
Color Harmonies of #CACE9E
Complementary color
Monochromatic Colors of #CACE9E
Black with #CACE9E
Text Example
Text Example
White with #CACE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE9E; }
p { color: rgb(202,206,158); }
H1.HeaderClassName
{
color: #CACE9E;
}
.AnyTagClassName
{
color: #CACE9E;
}
</style>
background-color css
<style>
a { background-color: #CACE9E; }
a { background-color: rgb(202,206,158); }
div.DivClassName
{
background-color: #CACE9E;
}
.BgClassName
{
background-color: #CACE9E;
}
</style>
border-color css
<style>
span { border-color: #CACE9E; }
span { border-color: rgb(202,206,158); }
td.TdClassName
{
border-color: #CACE9E;
}
.TagClassName
{
border-color: #CACE9E;
}
</style>