Shades of Green Mist #CACFA0
Tints of Green Mist #CACFA0
RGB
CMYK
RGB Variations
Color information
#CACFA0 (or 0xCACFA0) is known color: Green Mist. HEX triplet: CA, CF and A0. RGB value is (202,207,160). Sum of RGB (Red+Green+Blue) = 202+207+160=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFA0 is #35305F. Grayscale: #C8C8C8. Windows color (decimal): -3485792 or 10538954. OLE color: 10538954.
HSL color Cylindrical-coordinate representation of color #CACFA0: hue angle of 66.38º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CACFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 160 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.19 |
| HSL | 66.38º | 0.33% | 0.72% | - |
| HSV(B) | 66.38º | 0.23% | 0.81% | - |
| XYZ | 53.02 | 59.72 | 41.99 | - |
| YUV | 200.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 160 | 0.02 | 0 | 0.23 | 0.19 | 66.38 | 0.33 | 0.72 |
| Hex | CA | CF | A0 | 2 | 0 | 17 | 13 | 42 | 21 | 48 |
| Octal | 312 | 317 | 240 | 2 | 0 | 27 | 23 | 102 | 41 | 110 |
| Binary | 11001010 | 11001111 | 10100000 | 10 | 0 | 10111 | 10011 | 1000010 | 100001 | 1001000 |
Color Harmonies of #CACFA0
Complementary color
Monochromatic Colors of #CACFA0
Black with #CACFA0
Text Example
Text Example
White with #CACFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFA0; }
p { color: rgb(202,207,160); }
H1.HeaderClassName
{
color: #CACFA0;
}
.AnyTagClassName
{
color: #CACFA0;
}
</style>
background-color css
<style>
a { background-color: #CACFA0; }
a { background-color: rgb(202,207,160); }
div.DivClassName
{
background-color: #CACFA0;
}
.BgClassName
{
background-color: #CACFA0;
}
</style>
border-color css
<style>
span { border-color: #CACFA0; }
span { border-color: rgb(202,207,160); }
td.TdClassName
{
border-color: #CACFA0;
}
.TagClassName
{
border-color: #CACFA0;
}
</style>