Shades of Pixie Green #C3DCAA
Tints of Pixie Green #C3DCAA
RGB
CMYK
RGB Variations
Color information
#C3DCAA (or 0xC3DCAA) is known color: Pixie Green. HEX triplet: C3, DC and AA. RGB value is (195,220,170). Sum of RGB (Red+Green+Blue) = 195+220+170=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCAA is #3C2355. Grayscale: #CECECE. Windows color (decimal): -3941206 or 11197635. OLE color: 11197635.
HSL color Cylindrical-coordinate representation of color #C3DCAA: hue angle of 90º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DCAA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 170 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.14 |
| HSL | 90º | 0.42% | 0.76% | - |
| HSV(B) | 90º | 0.23% | 0.86% | - |
| XYZ | 55.35 | 65.69 | 47.79 | - |
| YUV | 206.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 170 | 0.11 | 0 | 0.23 | 0.14 | 90 | 0.42 | 0.76 |
| Hex | C3 | DC | AA | B | 0 | 17 | E | 5A | 2A | 4C |
| Octal | 303 | 334 | 252 | 13 | 0 | 27 | 16 | 132 | 52 | 114 |
| Binary | 11000011 | 11011100 | 10101010 | 1011 | 0 | 10111 | 1110 | 1011010 | 101010 | 1001100 |
Color Harmonies of #C3DCAA
Complementary color
Monochromatic Colors of #C3DCAA
Black with #C3DCAA
Text Example
Text Example
White with #C3DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCAA; }
p { color: rgb(195,220,170); }
H1.HeaderClassName
{
color: #C3DCAA;
}
.AnyTagClassName
{
color: #C3DCAA;
}
</style>
background-color css
<style>
a { background-color: #C3DCAA; }
a { background-color: rgb(195,220,170); }
div.DivClassName
{
background-color: #C3DCAA;
}
.BgClassName
{
background-color: #C3DCAA;
}
</style>
border-color css
<style>
span { border-color: #C3DCAA; }
span { border-color: rgb(195,220,170); }
td.TdClassName
{
border-color: #C3DCAA;
}
.TagClassName
{
border-color: #C3DCAA;
}
</style>