Shades of Pixie Green #C1DCAC
Tints of Pixie Green #C1DCAC
RGB
CMYK
RGB Variations
Color information
#C1DCAC (or 0xC1DCAC) is known color: Pixie Green. HEX triplet: C1, DC and AC. RGB value is (193,220,172). Sum of RGB (Red+Green+Blue) = 193+220+172=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DCAC is #3E2353. Grayscale: #CECECE. Windows color (decimal): -4072276 or 11328705. OLE color: 11328705.
HSL color Cylindrical-coordinate representation of color #C1DCAC: hue angle of 93.75º 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 #C1DCAC is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 172 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.14 |
| HSL | 93.75º | 0.41% | 0.77% | - |
| HSV(B) | 93.75º | 0.22% | 0.86% | - |
| XYZ | 55.03 | 65.5 | 48.77 | - |
| YUV | 206.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 172 | 0.12 | 0 | 0.22 | 0.14 | 93.75 | 0.41 | 0.77 |
| Hex | C1 | DC | AC | C | 0 | 16 | E | 5E | 29 | 4D |
| Octal | 301 | 334 | 254 | 14 | 0 | 26 | 16 | 136 | 51 | 115 |
| Binary | 11000001 | 11011100 | 10101100 | 1100 | 0 | 10110 | 1110 | 1011110 | 101001 | 1001101 |
Color Harmonies of #C1DCAC
Complementary color
Monochromatic Colors of #C1DCAC
Black with #C1DCAC
Text Example
Text Example
White with #C1DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCAC; }
p { color: rgb(193,220,172); }
H1.HeaderClassName
{
color: #C1DCAC;
}
.AnyTagClassName
{
color: #C1DCAC;
}
</style>
background-color css
<style>
a { background-color: #C1DCAC; }
a { background-color: rgb(193,220,172); }
div.DivClassName
{
background-color: #C1DCAC;
}
.BgClassName
{
background-color: #C1DCAC;
}
</style>
border-color css
<style>
span { border-color: #C1DCAC; }
span { border-color: rgb(193,220,172); }
td.TdClassName
{
border-color: #C1DCAC;
}
.TagClassName
{
border-color: #C1DCAC;
}
</style>