Shades of Pixie Green #C2D8AD
Tints of Pixie Green #C2D8AD
RGB
CMYK
RGB Variations
Color information
#C2D8AD (or 0xC2D8AD) is known color: Pixie Green. HEX triplet: C2, D8 and AD. RGB value is (194,216,173). Sum of RGB (Red+Green+Blue) = 194+216+173=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D8AD is #3D2752. Grayscale: #CCCCCC. Windows color (decimal): -4007763 or 11393218. OLE color: 11393218.
HSL color Cylindrical-coordinate representation of color #C2D8AD: hue angle of 90.7º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2D8AD is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 173 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.15 |
| HSL | 90.7º | 0.36% | 0.76% | - |
| HSV(B) | 90.7º | 0.2% | 0.85% | - |
| XYZ | 54.35 | 63.6 | 48.95 | - |
| YUV | 204.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 173 | 0.10 | 0 | 0.20 | 0.15 | 90.7 | 0.36 | 0.76 |
| Hex | C2 | D8 | AD | A | 0 | 14 | F | 5B | 24 | 4C |
| Octal | 302 | 330 | 255 | 12 | 0 | 24 | 17 | 133 | 44 | 114 |
| Binary | 11000010 | 11011000 | 10101101 | 1010 | 0 | 10100 | 1111 | 1011011 | 100100 | 1001100 |
Color Harmonies of #C2D8AD
Complementary color
Monochromatic Colors of #C2D8AD
Black with #C2D8AD
Text Example
Text Example
White with #C2D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8AD; }
p { color: rgb(194,216,173); }
H1.HeaderClassName
{
color: #C2D8AD;
}
.AnyTagClassName
{
color: #C2D8AD;
}
</style>
background-color css
<style>
a { background-color: #C2D8AD; }
a { background-color: rgb(194,216,173); }
div.DivClassName
{
background-color: #C2D8AD;
}
.BgClassName
{
background-color: #C2D8AD;
}
</style>
border-color css
<style>
span { border-color: #C2D8AD; }
span { border-color: rgb(194,216,173); }
td.TdClassName
{
border-color: #C2D8AD;
}
.TagClassName
{
border-color: #C2D8AD;
}
</style>