Shades of Pixie Green #C2D8AC
Tints of Pixie Green #C2D8AC
RGB
CMYK
RGB Variations
Color information
#C2D8AC (or 0xC2D8AC) is known color: Pixie Green. HEX triplet: C2, D8 and AC. RGB value is (194,216,172). Sum of RGB (Red+Green+Blue) = 194+216+172=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D8AC is #3D2753. Grayscale: #CCCCCC. Windows color (decimal): -4007764 or 11327682. OLE color: 11327682.
HSL color Cylindrical-coordinate representation of color #C2D8AC: hue angle of 90º 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 #C2D8AC is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 172 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.15 |
| HSL | 90º | 0.36% | 0.76% | - |
| HSV(B) | 90º | 0.2% | 0.85% | - |
| XYZ | 54.25 | 63.56 | 48.44 | - |
| YUV | 204.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 172 | 0.10 | 0 | 0.20 | 0.15 | 90 | 0.36 | 0.76 |
| Hex | C2 | D8 | AC | A | 0 | 14 | F | 5A | 24 | 4C |
| Octal | 302 | 330 | 254 | 12 | 0 | 24 | 17 | 132 | 44 | 114 |
| Binary | 11000010 | 11011000 | 10101100 | 1010 | 0 | 10100 | 1111 | 1011010 | 100100 | 1001100 |
Color Harmonies of #C2D8AC
Complementary color
Monochromatic Colors of #C2D8AC
Black with #C2D8AC
Text Example
Text Example
White with #C2D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8AC; }
p { color: rgb(194,216,172); }
H1.HeaderClassName
{
color: #C2D8AC;
}
.AnyTagClassName
{
color: #C2D8AC;
}
</style>
background-color css
<style>
a { background-color: #C2D8AC; }
a { background-color: rgb(194,216,172); }
div.DivClassName
{
background-color: #C2D8AC;
}
.BgClassName
{
background-color: #C2D8AC;
}
</style>
border-color css
<style>
span { border-color: #C2D8AC; }
span { border-color: rgb(194,216,172); }
td.TdClassName
{
border-color: #C2D8AC;
}
.TagClassName
{
border-color: #C2D8AC;
}
</style>