Shades of Pixie Green #AED19C
Tints of Pixie Green #AED19C
RGB
CMYK
RGB Variations
Color information
#AED19C (or 0xAED19C) is known color: Pixie Green. HEX triplet: AE, D1 and 9C. RGB value is (174,209,156). Sum of RGB (Red+Green+Blue) = 174+209+156=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #AED19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED19C is #512E63. Grayscale: #C0C0C0. Windows color (decimal): -5320292 or 10277294. OLE color: 10277294.
HSL color Cylindrical-coordinate representation of color #AED19C: hue angle of 99.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED19C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 156 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.18 |
| HSL | 99.62º | 0.37% | 0.72% | - |
| HSV(B) | 99.62º | 0.25% | 0.82% | - |
| XYZ | 46.26 | 57 | 40.02 | - |
| YUV | 192.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 156 | 0.17 | 0 | 0.25 | 0.18 | 99.62 | 0.37 | 0.72 |
| Hex | AE | D1 | 9C | 11 | 0 | 19 | 12 | 64 | 25 | 48 |
| Octal | 256 | 321 | 234 | 21 | 0 | 31 | 22 | 144 | 45 | 110 |
| Binary | 10101110 | 11010001 | 10011100 | 10001 | 0 | 11001 | 10010 | 1100100 | 100101 | 1001000 |
Color Harmonies of #AED19C
Complementary color
Monochromatic Colors of #AED19C
Black with #AED19C
Text Example
Text Example
White with #AED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED19C; }
p { color: rgb(174,209,156); }
H1.HeaderClassName
{
color: #AED19C;
}
.AnyTagClassName
{
color: #AED19C;
}
</style>
background-color css
<style>
a { background-color: #AED19C; }
a { background-color: rgb(174,209,156); }
div.DivClassName
{
background-color: #AED19C;
}
.BgClassName
{
background-color: #AED19C;
}
</style>
border-color css
<style>
span { border-color: #AED19C; }
span { border-color: rgb(174,209,156); }
td.TdClassName
{
border-color: #AED19C;
}
.TagClassName
{
border-color: #AED19C;
}
</style>