Shades of Pixie Green #C2D9AE
Tints of Pixie Green #C2D9AE
RGB
CMYK
RGB Variations
Color information
#C2D9AE (or 0xC2D9AE) is known color: Pixie Green. HEX triplet: C2, D9 and AE. RGB value is (194,217,174). Sum of RGB (Red+Green+Blue) = 194+217+174=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D9AE is #3D2651. Grayscale: #CDCDCD. Windows color (decimal): -4007506 or 11459010. OLE color: 11459010.
HSL color Cylindrical-coordinate representation of color #C2D9AE: hue angle of 92.09º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2D9AE is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 174 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.15 |
| HSL | 92.09º | 0.36% | 0.77% | - |
| HSV(B) | 92.09º | 0.2% | 0.85% | - |
| XYZ | 54.7 | 64.15 | 49.54 | - |
| YUV | 205.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 174 | 0.11 | 0 | 0.20 | 0.15 | 92.09 | 0.36 | 0.77 |
| Hex | C2 | D9 | AE | B | 0 | 14 | F | 5C | 24 | 4D |
| Octal | 302 | 331 | 256 | 13 | 0 | 24 | 17 | 134 | 44 | 115 |
| Binary | 11000010 | 11011001 | 10101110 | 1011 | 0 | 10100 | 1111 | 1011100 | 100100 | 1001101 |
Color Harmonies of #C2D9AE
Complementary color
Monochromatic Colors of #C2D9AE
Black with #C2D9AE
Text Example
Text Example
White with #C2D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9AE; }
p { color: rgb(194,217,174); }
H1.HeaderClassName
{
color: #C2D9AE;
}
.AnyTagClassName
{
color: #C2D9AE;
}
</style>
background-color css
<style>
a { background-color: #C2D9AE; }
a { background-color: rgb(194,217,174); }
div.DivClassName
{
background-color: #C2D9AE;
}
.BgClassName
{
background-color: #C2D9AE;
}
</style>
border-color css
<style>
span { border-color: #C2D9AE; }
span { border-color: rgb(194,217,174); }
td.TdClassName
{
border-color: #C2D9AE;
}
.TagClassName
{
border-color: #C2D9AE;
}
</style>