Shades of Pixie Green #C1DCAA
Tints of Pixie Green #C1DCAA
RGB
CMYK
RGB Variations
Color information
#C1DCAA (or 0xC1DCAA) is known color: Pixie Green. HEX triplet: C1, DC and AA. RGB value is (193,220,170). Sum of RGB (Red+Green+Blue) = 193+220+170=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DCAA is #3E2355. Grayscale: #CECECE. Windows color (decimal): -4072278 or 11197633. OLE color: 11197633.
HSL color Cylindrical-coordinate representation of color #C1DCAA: hue angle of 92.4º 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 #C1DCAA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 170 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.14 |
| HSL | 92.4º | 0.42% | 0.76% | - |
| HSV(B) | 92.4º | 0.23% | 0.86% | - |
| XYZ | 54.84 | 65.43 | 47.77 | - |
| YUV | 206.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 170 | 0.12 | 0 | 0.23 | 0.14 | 92.4 | 0.42 | 0.76 |
| Hex | C1 | DC | AA | C | 0 | 17 | E | 5C | 2A | 4C |
| Octal | 301 | 334 | 252 | 14 | 0 | 27 | 16 | 134 | 52 | 114 |
| Binary | 11000001 | 11011100 | 10101010 | 1100 | 0 | 10111 | 1110 | 1011100 | 101010 | 1001100 |
Color Harmonies of #C1DCAA
Complementary color
Monochromatic Colors of #C1DCAA
Black with #C1DCAA
Text Example
Text Example
White with #C1DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCAA; }
p { color: rgb(193,220,170); }
H1.HeaderClassName
{
color: #C1DCAA;
}
.AnyTagClassName
{
color: #C1DCAA;
}
</style>
background-color css
<style>
a { background-color: #C1DCAA; }
a { background-color: rgb(193,220,170); }
div.DivClassName
{
background-color: #C1DCAA;
}
.BgClassName
{
background-color: #C1DCAA;
}
</style>
border-color css
<style>
span { border-color: #C1DCAA; }
span { border-color: rgb(193,220,170); }
td.TdClassName
{
border-color: #C1DCAA;
}
.TagClassName
{
border-color: #C1DCAA;
}
</style>