Shades of Pixie Green #C2D5AA
Tints of Pixie Green #C2D5AA
RGB
CMYK
RGB Variations
Color information
#C2D5AA (or 0xC2D5AA) is known color: Pixie Green. HEX triplet: C2, D5 and AA. RGB value is (194,213,170). Sum of RGB (Red+Green+Blue) = 194+213+170=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D5AA is #3D2A55. Grayscale: #CACACA. Windows color (decimal): -4008534 or 11195842. OLE color: 11195842.
HSL color Cylindrical-coordinate representation of color #C2D5AA: hue angle of 86.51º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2D5AA is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 170 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.16 |
| HSL | 86.51º | 0.34% | 0.75% | - |
| HSV(B) | 86.51º | 0.2% | 0.84% | - |
| XYZ | 53.3 | 61.96 | 47.18 | - |
| YUV | 202.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 170 | 0.09 | 0 | 0.20 | 0.16 | 86.51 | 0.34 | 0.75 |
| Hex | C2 | D5 | AA | 9 | 0 | 14 | 10 | 57 | 22 | 4B |
| Octal | 302 | 325 | 252 | 11 | 0 | 24 | 20 | 127 | 42 | 113 |
| Binary | 11000010 | 11010101 | 10101010 | 1001 | 0 | 10100 | 10000 | 1010111 | 100010 | 1001011 |
Color Harmonies of #C2D5AA
Complementary color
Monochromatic Colors of #C2D5AA
Black with #C2D5AA
Text Example
Text Example
White with #C2D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5AA; }
p { color: rgb(194,213,170); }
H1.HeaderClassName
{
color: #C2D5AA;
}
.AnyTagClassName
{
color: #C2D5AA;
}
</style>
background-color css
<style>
a { background-color: #C2D5AA; }
a { background-color: rgb(194,213,170); }
div.DivClassName
{
background-color: #C2D5AA;
}
.BgClassName
{
background-color: #C2D5AA;
}
</style>
border-color css
<style>
span { border-color: #C2D5AA; }
span { border-color: rgb(194,213,170); }
td.TdClassName
{
border-color: #C2D5AA;
}
.TagClassName
{
border-color: #C2D5AA;
}
</style>