Shades of Pixie Green #AED09B
Tints of Pixie Green #AED09B
RGB
CMYK
RGB Variations
Color information
#AED09B (or 0xAED09B) is known color: Pixie Green. HEX triplet: AE, D0 and 9B. RGB value is (174,208,155). Sum of RGB (Red+Green+Blue) = 174+208+155=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #AED09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED09B is #512F64. Grayscale: #BFBFBF. Windows color (decimal): -5320549 or 10211502. OLE color: 10211502.
HSL color Cylindrical-coordinate representation of color #AED09B: hue angle of 98.49º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED09B is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 155 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.18 |
| HSL | 98.49º | 0.36% | 0.71% | - |
| HSV(B) | 98.49º | 0.25% | 0.82% | - |
| XYZ | 45.93 | 56.48 | 39.49 | - |
| YUV | 191.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 155 | 0.16 | 0 | 0.25 | 0.18 | 98.49 | 0.36 | 0.71 |
| Hex | AE | D0 | 9B | 10 | 0 | 19 | 12 | 62 | 24 | 47 |
| Octal | 256 | 320 | 233 | 20 | 0 | 31 | 22 | 142 | 44 | 107 |
| Binary | 10101110 | 11010000 | 10011011 | 10000 | 0 | 11001 | 10010 | 1100010 | 100100 | 1000111 |
Color Harmonies of #AED09B
Complementary color
Monochromatic Colors of #AED09B
Black with #AED09B
Text Example
Text Example
White with #AED09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED09B; }
p { color: rgb(174,208,155); }
H1.HeaderClassName
{
color: #AED09B;
}
.AnyTagClassName
{
color: #AED09B;
}
</style>
background-color css
<style>
a { background-color: #AED09B; }
a { background-color: rgb(174,208,155); }
div.DivClassName
{
background-color: #AED09B;
}
.BgClassName
{
background-color: #AED09B;
}
</style>
border-color css
<style>
span { border-color: #AED09B; }
span { border-color: rgb(174,208,155); }
td.TdClassName
{
border-color: #AED09B;
}
.TagClassName
{
border-color: #AED09B;
}
</style>