Shades of Pixie Green #C2D4AA
Tints of Pixie Green #C2D4AA
RGB
CMYK
RGB Variations
Color information
#C2D4AA (or 0xC2D4AA) is known color: Pixie Green. HEX triplet: C2, D4 and AA. RGB value is (194,212,170). Sum of RGB (Red+Green+Blue) = 194+212+170=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D4AA is #3D2B55. Grayscale: #C9C9C9. Windows color (decimal): -4008790 or 11195586. OLE color: 11195586.
HSL color Cylindrical-coordinate representation of color #C2D4AA: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2D4AA is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 170 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.17 |
| HSL | 85.71º | 0.33% | 0.75% | - |
| HSV(B) | 85.71º | 0.2% | 0.83% | - |
| XYZ | 53.05 | 61.46 | 47.1 | - |
| YUV | 201.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 170 | 0.08 | 0 | 0.20 | 0.17 | 85.71 | 0.33 | 0.75 |
| Hex | C2 | D4 | AA | 8 | 0 | 14 | 11 | 56 | 21 | 4B |
| Octal | 302 | 324 | 252 | 10 | 0 | 24 | 21 | 126 | 41 | 113 |
| Binary | 11000010 | 11010100 | 10101010 | 1000 | 0 | 10100 | 10001 | 1010110 | 100001 | 1001011 |
Color Harmonies of #C2D4AA
Complementary color
Monochromatic Colors of #C2D4AA
Black with #C2D4AA
Text Example
Text Example
White with #C2D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D4AA; }
p { color: rgb(194,212,170); }
H1.HeaderClassName
{
color: #C2D4AA;
}
.AnyTagClassName
{
color: #C2D4AA;
}
</style>
background-color css
<style>
a { background-color: #C2D4AA; }
a { background-color: rgb(194,212,170); }
div.DivClassName
{
background-color: #C2D4AA;
}
.BgClassName
{
background-color: #C2D4AA;
}
</style>
border-color css
<style>
span { border-color: #C2D4AA; }
span { border-color: rgb(194,212,170); }
td.TdClassName
{
border-color: #C2D4AA;
}
.TagClassName
{
border-color: #C2D4AA;
}
</style>