Shades of Pixie Green #C2DC9A
Tints of Pixie Green #C2DC9A
RGB
CMYK
RGB Variations
Color information
#C2DC9A (or 0xC2DC9A) is known color: Pixie Green. HEX triplet: C2, DC and 9A. RGB value is (194,220,154). Sum of RGB (Red+Green+Blue) = 194+220+154=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DC9A is #3D2365. Grayscale: #CCCCCC. Windows color (decimal): -4006758 or 10149058. OLE color: 10149058.
HSL color Cylindrical-coordinate representation of color #C2DC9A: hue angle of 83.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2DC9A is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 154 | - |
| CMYK | 0.12 | 0 | 0.3 | 0.14 |
| HSL | 83.64º | 0.49% | 0.73% | - |
| HSV(B) | 83.64º | 0.3% | 0.86% | - |
| XYZ | 53.67 | 64.99 | 40.29 | - |
| YUV | 204.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 154 | 0.12 | 0 | 0.3 | 0.14 | 83.64 | 0.49 | 0.73 |
| Hex | C2 | DC | 9A | C | 0 | 1E | E | 54 | 31 | 49 |
| Octal | 302 | 334 | 232 | 14 | 0 | 36 | 16 | 124 | 61 | 111 |
| Binary | 11000010 | 11011100 | 10011010 | 1100 | 0 | 11110 | 1110 | 1010100 | 110001 | 1001001 |
Color Harmonies of #C2DC9A
Complementary color
Monochromatic Colors of #C2DC9A
Black with #C2DC9A
Text Example
Text Example
White with #C2DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC9A; }
p { color: rgb(194,220,154); }
H1.HeaderClassName
{
color: #C2DC9A;
}
.AnyTagClassName
{
color: #C2DC9A;
}
</style>
background-color css
<style>
a { background-color: #C2DC9A; }
a { background-color: rgb(194,220,154); }
div.DivClassName
{
background-color: #C2DC9A;
}
.BgClassName
{
background-color: #C2DC9A;
}
</style>
border-color css
<style>
span { border-color: #C2DC9A; }
span { border-color: rgb(194,220,154); }
td.TdClassName
{
border-color: #C2DC9A;
}
.TagClassName
{
border-color: #C2DC9A;
}
</style>