Shades of Pixie Green #C0D4AC
Tints of Pixie Green #C0D4AC
RGB
CMYK
RGB Variations
Color information
#C0D4AC (or 0xC0D4AC) is known color: Pixie Green. HEX triplet: C0, D4 and AC. RGB value is (192,212,172). Sum of RGB (Red+Green+Blue) = 192+212+172=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D4AC is #3F2B53. Grayscale: #C9C9C9. Windows color (decimal): -4139860 or 11326656. OLE color: 11326656.
HSL color Cylindrical-coordinate representation of color #C0D4AC: hue angle of 90º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D4AC is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
RGB | 192 | 212 | 172 | - |
CMYK | 0.09 | 0 | 0.19 | 0.17 |
HSL | 90º | 0.32% | 0.75% | - |
HSV(B) | 90º | 0.19% | 0.83% | - |
XYZ | 52.73 | 61.27 | 48.08 | - |
YUV | 201.46 | 111.37 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 212 | 172 | 0.09 | 0 | 0.19 | 0.17 | 90 | 0.32 | 0.75 |
Hex | C0 | D4 | AC | 9 | 0 | 13 | 11 | 5A | 20 | 4B |
Octal | 300 | 324 | 254 | 11 | 0 | 23 | 21 | 132 | 40 | 113 |
Binary | 11000000 | 11010100 | 10101100 | 1001 | 0 | 10011 | 10001 | 1011010 | 100000 | 1001011 |
Color Harmonies of #C0D4AC
Complementary color
Monochromatic Colors of #C0D4AC
Black with #C0D4AC
Text Example
Text Example
White with #C0D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4AC; }
p { color: rgb(192,212,172); }
H1.HeaderClassName
{
color: #C0D4AC;
}
.AnyTagClassName
{
color: #C0D4AC;
}
</style>
background-color css
<style>
a { background-color: #C0D4AC; }
a { background-color: rgb(192,212,172); }
div.DivClassName
{
background-color: #C0D4AC;
}
.BgClassName
{
background-color: #C0D4AC;
}
</style>
border-color css
<style>
span { border-color: #C0D4AC; }
span { border-color: rgb(192,212,172); }
td.TdClassName
{
border-color: #C0D4AC;
}
.TagClassName
{
border-color: #C0D4AC;
}
</style>