Shades of Spring Bud #AAFE13
Tints of Spring Bud #AAFE13
RGB
CMYK
RGB Variations
Color information
#AAFE13 (or 0xAAFE13) is known color: Spring Bud. HEX triplet: AA, FE and 13. RGB value is (170,254,19). Sum of RGB (Red+Green+Blue) = 170+254+19=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE13 is #5501EC. Grayscale: #CACACA. Windows color (decimal): -5571053 or 1310378. OLE color: 1310378.
HSL color Cylindrical-coordinate representation of color #AAFE13: hue angle of 81.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFE13 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 19 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.00 |
| HSL | 81.45º | 0.99% | 0.54% | - |
| HSV(B) | 81.45º | 0.93% | 1% | - |
| XYZ | 52.14 | 79.48 | 13.21 | - |
| YUV | 202.09 | 24.67 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 19 | 0.33 | 0 | 0.93 | 0.00 | 81.45 | 0.99 | 0.54 |
| Hex | AA | FE | 13 | 21 | 0 | 5D | 0 | 51 | 63 | 36 |
| Octal | 252 | 376 | 23 | 41 | 0 | 135 | 0 | 121 | 143 | 66 |
| Binary | 10101010 | 11111110 | 10011 | 100001 | 0 | 1011101 | 0 | 1010001 | 1100011 | 110110 |
Color Harmonies of #AAFE13
Complementary color
Monochromatic Colors of #AAFE13
Black with #AAFE13
Text Example
Text Example
White with #AAFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE13; }
p { color: rgb(170,254,19); }
H1.HeaderClassName
{
color: #AAFE13;
}
.AnyTagClassName
{
color: #AAFE13;
}
</style>
background-color css
<style>
a { background-color: #AAFE13; }
a { background-color: rgb(170,254,19); }
div.DivClassName
{
background-color: #AAFE13;
}
.BgClassName
{
background-color: #AAFE13;
}
</style>
border-color css
<style>
span { border-color: #AAFE13; }
span { border-color: rgb(170,254,19); }
td.TdClassName
{
border-color: #AAFE13;
}
.TagClassName
{
border-color: #AAFE13;
}
</style>