Shades of Pixie Green #C3D7AA
Tints of Pixie Green #C3D7AA
RGB
CMYK
RGB Variations
Color information
#C3D7AA (or 0xC3D7AA) is known color: Pixie Green. HEX triplet: C3, D7 and AA. RGB value is (195,215,170). Sum of RGB (Red+Green+Blue) = 195+215+170=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D7AA is #3C2855. Grayscale: #CCCCCC. Windows color (decimal): -3942486 or 11196355. OLE color: 11196355.
HSL color Cylindrical-coordinate representation of color #C3D7AA: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3D7AA is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 215 | 170 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.16 |
| HSL | 86.67º | 0.36% | 0.75% | - |
| HSV(B) | 86.67º | 0.21% | 0.84% | - |
| XYZ | 54.06 | 63.11 | 47.36 | - |
| YUV | 203.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 170 | 0.09 | 0 | 0.21 | 0.16 | 86.67 | 0.36 | 0.75 |
| Hex | C3 | D7 | AA | 9 | 0 | 15 | 10 | 57 | 24 | 4B |
| Octal | 303 | 327 | 252 | 11 | 0 | 25 | 20 | 127 | 44 | 113 |
| Binary | 11000011 | 11010111 | 10101010 | 1001 | 0 | 10101 | 10000 | 1010111 | 100100 | 1001011 |
Color Harmonies of #C3D7AA
Complementary color
Monochromatic Colors of #C3D7AA
Black with #C3D7AA
Text Example
Text Example
White with #C3D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D7AA; }
p { color: rgb(195,215,170); }
H1.HeaderClassName
{
color: #C3D7AA;
}
.AnyTagClassName
{
color: #C3D7AA;
}
</style>
background-color css
<style>
a { background-color: #C3D7AA; }
a { background-color: rgb(195,215,170); }
div.DivClassName
{
background-color: #C3D7AA;
}
.BgClassName
{
background-color: #C3D7AA;
}
</style>
border-color css
<style>
span { border-color: #C3D7AA; }
span { border-color: rgb(195,215,170); }
td.TdClassName
{
border-color: #C3D7AA;
}
.TagClassName
{
border-color: #C3D7AA;
}
</style>