Shades of Pixie Green #C4DAA0
Tints of Pixie Green #C4DAA0
RGB
CMYK
RGB Variations
Color information
#C4DAA0 (or 0xC4DAA0) is known color: Pixie Green. HEX triplet: C4, DA and A0. RGB value is (196,218,160). Sum of RGB (Red+Green+Blue) = 196+218+160=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DAA0 is #3B255F. Grayscale: #CDCDCD. Windows color (decimal): -3876192 or 10541764. OLE color: 10541764.
HSL color Cylindrical-coordinate representation of color #C4DAA0: hue angle of 82.76º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4DAA0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 160 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.15 |
| HSL | 82.76º | 0.44% | 0.74% | - |
| HSV(B) | 82.76º | 0.27% | 0.85% | - |
| XYZ | 54.18 | 64.42 | 42.84 | - |
| YUV | 204.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 160 | 0.10 | 0 | 0.27 | 0.15 | 82.76 | 0.44 | 0.74 |
| Hex | C4 | DA | A0 | A | 0 | 1B | F | 53 | 2C | 4A |
| Octal | 304 | 332 | 240 | 12 | 0 | 33 | 17 | 123 | 54 | 112 |
| Binary | 11000100 | 11011010 | 10100000 | 1010 | 0 | 11011 | 1111 | 1010011 | 101100 | 1001010 |
Color Harmonies of #C4DAA0
Complementary color
Monochromatic Colors of #C4DAA0
Black with #C4DAA0
Text Example
Text Example
White with #C4DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAA0; }
p { color: rgb(196,218,160); }
H1.HeaderClassName
{
color: #C4DAA0;
}
.AnyTagClassName
{
color: #C4DAA0;
}
</style>
background-color css
<style>
a { background-color: #C4DAA0; }
a { background-color: rgb(196,218,160); }
div.DivClassName
{
background-color: #C4DAA0;
}
.BgClassName
{
background-color: #C4DAA0;
}
</style>
border-color css
<style>
span { border-color: #C4DAA0; }
span { border-color: rgb(196,218,160); }
td.TdClassName
{
border-color: #C4DAA0;
}
.TagClassName
{
border-color: #C4DAA0;
}
</style>