Shades of Pixie Green #C1D9AA
Tints of Pixie Green #C1D9AA
RGB
CMYK
RGB Variations
Color information
#C1D9AA (or 0xC1D9AA) is known color: Pixie Green. HEX triplet: C1, D9 and AA. RGB value is (193,217,170). Sum of RGB (Red+Green+Blue) = 193+217+170=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D9AA is #3E2655. Grayscale: #CCCCCC. Windows color (decimal): -4073046 or 11196865. OLE color: 11196865.
HSL color Cylindrical-coordinate representation of color #C1D9AA: hue angle of 90.64º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1D9AA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 170 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.15 |
| HSL | 90.64º | 0.38% | 0.76% | - |
| HSV(B) | 90.64º | 0.22% | 0.85% | - |
| XYZ | 54.06 | 63.87 | 47.51 | - |
| YUV | 204.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 170 | 0.11 | 0 | 0.22 | 0.15 | 90.64 | 0.38 | 0.76 |
| Hex | C1 | D9 | AA | B | 0 | 16 | F | 5B | 26 | 4C |
| Octal | 301 | 331 | 252 | 13 | 0 | 26 | 17 | 133 | 46 | 114 |
| Binary | 11000001 | 11011001 | 10101010 | 1011 | 0 | 10110 | 1111 | 1011011 | 100110 | 1001100 |
Color Harmonies of #C1D9AA
Complementary color
Monochromatic Colors of #C1D9AA
Black with #C1D9AA
Text Example
Text Example
White with #C1D9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D9AA; }
p { color: rgb(193,217,170); }
H1.HeaderClassName
{
color: #C1D9AA;
}
.AnyTagClassName
{
color: #C1D9AA;
}
</style>
background-color css
<style>
a { background-color: #C1D9AA; }
a { background-color: rgb(193,217,170); }
div.DivClassName
{
background-color: #C1D9AA;
}
.BgClassName
{
background-color: #C1D9AA;
}
</style>
border-color css
<style>
span { border-color: #C1D9AA; }
span { border-color: rgb(193,217,170); }
td.TdClassName
{
border-color: #C1D9AA;
}
.TagClassName
{
border-color: #C1D9AA;
}
</style>