Shades of Pixie Green #AED19B
Tints of Pixie Green #AED19B
RGB
CMYK
RGB Variations
Color information
#AED19B (or 0xAED19B) is known color: Pixie Green. HEX triplet: AE, D1 and 9B. RGB value is (174,209,155). Sum of RGB (Red+Green+Blue) = 174+209+155=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #AED19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED19B is #512E64. Grayscale: #C0C0C0. Windows color (decimal): -5320293 or 10211758. OLE color: 10211758.
HSL color Cylindrical-coordinate representation of color #AED19B: hue angle of 98.89º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED19B is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 155 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.18 |
| HSL | 98.89º | 0.37% | 0.71% | - |
| HSV(B) | 98.89º | 0.26% | 0.82% | - |
| XYZ | 46.17 | 56.97 | 39.57 | - |
| YUV | 192.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 155 | 0.17 | 0 | 0.26 | 0.18 | 98.89 | 0.37 | 0.71 |
| Hex | AE | D1 | 9B | 11 | 0 | 1A | 12 | 63 | 25 | 47 |
| Octal | 256 | 321 | 233 | 21 | 0 | 32 | 22 | 143 | 45 | 107 |
| Binary | 10101110 | 11010001 | 10011011 | 10001 | 0 | 11010 | 10010 | 1100011 | 100101 | 1000111 |
Color Harmonies of #AED19B
Complementary color
Monochromatic Colors of #AED19B
Black with #AED19B
Text Example
Text Example
White with #AED19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED19B; }
p { color: rgb(174,209,155); }
H1.HeaderClassName
{
color: #AED19B;
}
.AnyTagClassName
{
color: #AED19B;
}
</style>
background-color css
<style>
a { background-color: #AED19B; }
a { background-color: rgb(174,209,155); }
div.DivClassName
{
background-color: #AED19B;
}
.BgClassName
{
background-color: #AED19B;
}
</style>
border-color css
<style>
span { border-color: #AED19B; }
span { border-color: rgb(174,209,155); }
td.TdClassName
{
border-color: #AED19B;
}
.TagClassName
{
border-color: #AED19B;
}
</style>