Shades of Pixie Green #C0DFA2
Tints of Pixie Green #C0DFA2
RGB
CMYK
RGB Variations
Color information
#C0DFA2 (or 0xC0DFA2) is known color: Pixie Green. HEX triplet: C0, DF and A2. RGB value is (192,223,162). Sum of RGB (Red+Green+Blue) = 192+223+162=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DFA2 is #3F205D. Grayscale: #CECECE. Windows color (decimal): -4137054 or 10674112. OLE color: 10674112.
HSL color Cylindrical-coordinate representation of color #C0DFA2: hue angle of 90.49º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0DFA2 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 162 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.13 |
| HSL | 90.49º | 0.49% | 0.75% | - |
| HSV(B) | 90.49º | 0.27% | 0.87% | - |
| XYZ | 54.65 | 66.59 | 44.16 | - |
| YUV | 206.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 162 | 0.14 | 0 | 0.27 | 0.13 | 90.49 | 0.49 | 0.75 |
| Hex | C0 | DF | A2 | E | 0 | 1B | D | 5A | 31 | 4B |
| Octal | 300 | 337 | 242 | 16 | 0 | 33 | 15 | 132 | 61 | 113 |
| Binary | 11000000 | 11011111 | 10100010 | 1110 | 0 | 11011 | 1101 | 1011010 | 110001 | 1001011 |
Color Harmonies of #C0DFA2
Complementary color
Monochromatic Colors of #C0DFA2
Black with #C0DFA2
Text Example
Text Example
White with #C0DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFA2; }
p { color: rgb(192,223,162); }
H1.HeaderClassName
{
color: #C0DFA2;
}
.AnyTagClassName
{
color: #C0DFA2;
}
</style>
background-color css
<style>
a { background-color: #C0DFA2; }
a { background-color: rgb(192,223,162); }
div.DivClassName
{
background-color: #C0DFA2;
}
.BgClassName
{
background-color: #C0DFA2;
}
</style>
border-color css
<style>
span { border-color: #C0DFA2; }
span { border-color: rgb(192,223,162); }
td.TdClassName
{
border-color: #C0DFA2;
}
.TagClassName
{
border-color: #C0DFA2;
}
</style>