Shades of Pixie Green #C2D4AE
Tints of Pixie Green #C2D4AE
RGB
CMYK
RGB Variations
Color information
#C2D4AE (or 0xC2D4AE) is known color: Pixie Green. HEX triplet: C2, D4 and AE. RGB value is (194,212,174). Sum of RGB (Red+Green+Blue) = 194+212+174=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D4AE is #3D2B51. Grayscale: #CACACA. Windows color (decimal): -4008786 or 11457730. OLE color: 11457730.
HSL color Cylindrical-coordinate representation of color #C2D4AE: hue angle of 88.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D4AE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 174 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.17 |
| HSL | 88.42º | 0.31% | 0.76% | - |
| HSV(B) | 88.42º | 0.18% | 0.83% | - |
| XYZ | 53.43 | 61.61 | 49.12 | - |
| YUV | 202.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 174 | 0.08 | 0 | 0.18 | 0.17 | 88.42 | 0.31 | 0.76 |
| Hex | C2 | D4 | AE | 8 | 0 | 12 | 11 | 58 | 1F | 4C |
| Octal | 302 | 324 | 256 | 10 | 0 | 22 | 21 | 130 | 37 | 114 |
| Binary | 11000010 | 11010100 | 10101110 | 1000 | 0 | 10010 | 10001 | 1011000 | 11111 | 1001100 |
Color Harmonies of #C2D4AE
Complementary color
Monochromatic Colors of #C2D4AE
Black with #C2D4AE
Text Example
Text Example
White with #C2D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D4AE; }
p { color: rgb(194,212,174); }
H1.HeaderClassName
{
color: #C2D4AE;
}
.AnyTagClassName
{
color: #C2D4AE;
}
</style>
background-color css
<style>
a { background-color: #C2D4AE; }
a { background-color: rgb(194,212,174); }
div.DivClassName
{
background-color: #C2D4AE;
}
.BgClassName
{
background-color: #C2D4AE;
}
</style>
border-color css
<style>
span { border-color: #C2D4AE; }
span { border-color: rgb(194,212,174); }
td.TdClassName
{
border-color: #C2D4AE;
}
.TagClassName
{
border-color: #C2D4AE;
}
</style>