Shades of Pixie Green #C1D6AC
Tints of Pixie Green #C1D6AC
RGB
CMYK
RGB Variations
Color information
#C1D6AC (or 0xC1D6AC) is known color: Pixie Green. HEX triplet: C1, D6 and AC. RGB value is (193,214,172). Sum of RGB (Red+Green+Blue) = 193+214+172=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D6AC is #3E2953. Grayscale: #CBCBCB. Windows color (decimal): -4073812 or 11327169. OLE color: 11327169.
HSL color Cylindrical-coordinate representation of color #C1D6AC: hue angle of 90º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1D6AC is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 172 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.16 |
| HSL | 90º | 0.34% | 0.76% | - |
| HSV(B) | 90º | 0.2% | 0.84% | - |
| XYZ | 53.49 | 62.41 | 48.26 | - |
| YUV | 202.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 172 | 0.10 | 0 | 0.20 | 0.16 | 90 | 0.34 | 0.76 |
| Hex | C1 | D6 | AC | A | 0 | 14 | 10 | 5A | 22 | 4C |
| Octal | 301 | 326 | 254 | 12 | 0 | 24 | 20 | 132 | 42 | 114 |
| Binary | 11000001 | 11010110 | 10101100 | 1010 | 0 | 10100 | 10000 | 1011010 | 100010 | 1001100 |
Color Harmonies of #C1D6AC
Complementary color
Monochromatic Colors of #C1D6AC
Black with #C1D6AC
Text Example
Text Example
White with #C1D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D6AC; }
p { color: rgb(193,214,172); }
H1.HeaderClassName
{
color: #C1D6AC;
}
.AnyTagClassName
{
color: #C1D6AC;
}
</style>
background-color css
<style>
a { background-color: #C1D6AC; }
a { background-color: rgb(193,214,172); }
div.DivClassName
{
background-color: #C1D6AC;
}
.BgClassName
{
background-color: #C1D6AC;
}
</style>
border-color css
<style>
span { border-color: #C1D6AC; }
span { border-color: rgb(193,214,172); }
td.TdClassName
{
border-color: #C1D6AC;
}
.TagClassName
{
border-color: #C1D6AC;
}
</style>