Shades of Spring Bud #AAFA17
Tints of Spring Bud #AAFA17
RGB
CMYK
RGB Variations
Color information
#AAFA17 (or 0xAAFA17) is known color: Spring Bud. HEX triplet: AA, FA and 17. RGB value is (170,250,23). Sum of RGB (Red+Green+Blue) = 170+250+23=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA17 is #5505E8. Grayscale: #C9C9C9. Windows color (decimal): -5572073 or 1571498. OLE color: 1571498.
HSL color Cylindrical-coordinate representation of color #AAFA17: hue angle of 81.15º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAFA17 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 23 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.02 |
| HSL | 81.15º | 0.96% | 0.54% | - |
| HSV(B) | 81.15º | 0.91% | 0.98% | - |
| XYZ | 50.92 | 76.98 | 12.99 | - |
| YUV | 200.2 | 28 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 23 | 0.32 | 0 | 0.91 | 0.02 | 81.15 | 0.96 | 0.54 |
| Hex | AA | FA | 17 | 20 | 0 | 5B | 2 | 51 | 60 | 36 |
| Octal | 252 | 372 | 27 | 40 | 0 | 133 | 2 | 121 | 140 | 66 |
| Binary | 10101010 | 11111010 | 10111 | 100000 | 0 | 1011011 | 10 | 1010001 | 1100000 | 110110 |
Color Harmonies of #AAFA17
Complementary color
Monochromatic Colors of #AAFA17
Black with #AAFA17
Text Example
Text Example
White with #AAFA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA17; }
p { color: rgb(170,250,23); }
H1.HeaderClassName
{
color: #AAFA17;
}
.AnyTagClassName
{
color: #AAFA17;
}
</style>
background-color css
<style>
a { background-color: #AAFA17; }
a { background-color: rgb(170,250,23); }
div.DivClassName
{
background-color: #AAFA17;
}
.BgClassName
{
background-color: #AAFA17;
}
</style>
border-color css
<style>
span { border-color: #AAFA17; }
span { border-color: rgb(170,250,23); }
td.TdClassName
{
border-color: #AAFA17;
}
.TagClassName
{
border-color: #AAFA17;
}
</style>