Shades of Pixie Green #C2DCAC
Tints of Pixie Green #C2DCAC
RGB
CMYK
RGB Variations
Color information
#C2DCAC (or 0xC2DCAC) is known color: Pixie Green. HEX triplet: C2, DC and AC. RGB value is (194,220,172). Sum of RGB (Red+Green+Blue) = 194+220+172=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAC is #3D2353. Grayscale: #CECECE. Windows color (decimal): -4006740 or 11328706. OLE color: 11328706.
HSL color Cylindrical-coordinate representation of color #C2DCAC: hue angle of 92.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DCAC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 220 | 172 | - |
CMYK | 0.12 | 0 | 0.22 | 0.14 |
HSL | 92.5º | 0.41% | 0.77% | - |
HSV(B) | 92.5º | 0.22% | 0.86% | - |
XYZ | 55.29 | 65.63 | 48.78 | - |
YUV | 206.75 | 108.39 | 118.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 220 | 172 | 0.12 | 0 | 0.22 | 0.14 | 92.5 | 0.41 | 0.77 |
Hex | C2 | DC | AC | C | 0 | 16 | E | 5C | 29 | 4D |
Octal | 302 | 334 | 254 | 14 | 0 | 26 | 16 | 134 | 51 | 115 |
Binary | 11000010 | 11011100 | 10101100 | 1100 | 0 | 10110 | 1110 | 1011100 | 101001 | 1001101 |
Color Harmonies of #C2DCAC
Complementary color
Monochromatic Colors of #C2DCAC
Black with #C2DCAC
Text Example
Text Example
White with #C2DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCAC; }
p { color: rgb(194,220,172); }
H1.HeaderClassName
{
color: #C2DCAC;
}
.AnyTagClassName
{
color: #C2DCAC;
}
</style>
background-color css
<style>
a { background-color: #C2DCAC; }
a { background-color: rgb(194,220,172); }
div.DivClassName
{
background-color: #C2DCAC;
}
.BgClassName
{
background-color: #C2DCAC;
}
</style>
border-color css
<style>
span { border-color: #C2DCAC; }
span { border-color: rgb(194,220,172); }
td.TdClassName
{
border-color: #C2DCAC;
}
.TagClassName
{
border-color: #C2DCAC;
}
</style>