Shades of Pixie Green #C2D6AF
Tints of Pixie Green #C2D6AF
RGB
CMYK
RGB Variations
Color information
#C2D6AF (or 0xC2D6AF) is known color: Pixie Green. HEX triplet: C2, D6 and AF. RGB value is (194,214,175). Sum of RGB (Red+Green+Blue) = 194+214+175=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D6AF is #3D2950. Grayscale: #CBCBCB. Windows color (decimal): -4008273 or 11523778. OLE color: 11523778.
HSL color Cylindrical-coordinate representation of color #C2D6AF: hue angle of 90.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D6AF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 175 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.16 |
| HSL | 90.77º | 0.32% | 0.76% | - |
| HSV(B) | 90.77º | 0.18% | 0.84% | - |
| XYZ | 54.03 | 62.66 | 49.8 | - |
| YUV | 203.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 175 | 0.09 | 0 | 0.18 | 0.16 | 90.77 | 0.32 | 0.76 |
| Hex | C2 | D6 | AF | 9 | 0 | 12 | 10 | 5B | 20 | 4C |
| Octal | 302 | 326 | 257 | 11 | 0 | 22 | 20 | 133 | 40 | 114 |
| Binary | 11000010 | 11010110 | 10101111 | 1001 | 0 | 10010 | 10000 | 1011011 | 100000 | 1001100 |
Color Harmonies of #C2D6AF
Complementary color
Monochromatic Colors of #C2D6AF
Black with #C2D6AF
Text Example
Text Example
White with #C2D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6AF; }
p { color: rgb(194,214,175); }
H1.HeaderClassName
{
color: #C2D6AF;
}
.AnyTagClassName
{
color: #C2D6AF;
}
</style>
background-color css
<style>
a { background-color: #C2D6AF; }
a { background-color: rgb(194,214,175); }
div.DivClassName
{
background-color: #C2D6AF;
}
.BgClassName
{
background-color: #C2D6AF;
}
</style>
border-color css
<style>
span { border-color: #C2D6AF; }
span { border-color: rgb(194,214,175); }
td.TdClassName
{
border-color: #C2D6AF;
}
.TagClassName
{
border-color: #C2D6AF;
}
</style>