Shades of Spring Bud #AAF80D
Tints of Spring Bud #AAF80D
RGB
CMYK
RGB Variations
Color information
#AAF80D (or 0xAAF80D) is known color: Spring Bud. HEX triplet: AA, F8 and 0D. RGB value is (170,248,13). Sum of RGB (Red+Green+Blue) = 170+248+13=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF80D is #5507F2. Grayscale: #C6C6C6. Windows color (decimal): -5572595 or 915626. OLE color: 915626.
HSL color Cylindrical-coordinate representation of color #AAF80D: hue angle of 79.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF80D is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 13 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.03 |
| HSL | 79.91º | 0.94% | 0.51% | - |
| HSV(B) | 79.91º | 0.95% | 0.97% | - |
| XYZ | 50.22 | 75.71 | 12.35 | - |
| YUV | 197.89 | 23.66 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 13 | 0.31 | 0 | 0.95 | 0.03 | 79.91 | 0.94 | 0.51 |
| Hex | AA | F8 | D | 1F | 0 | 5F | 3 | 50 | 5E | 33 |
| Octal | 252 | 370 | 15 | 37 | 0 | 137 | 3 | 120 | 136 | 63 |
| Binary | 10101010 | 11111000 | 1101 | 11111 | 0 | 1011111 | 11 | 1010000 | 1011110 | 110011 |
Color Harmonies of #AAF80D
Complementary color
Monochromatic Colors of #AAF80D
Black with #AAF80D
Text Example
Text Example
White with #AAF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF80D; }
p { color: rgb(170,248,13); }
H1.HeaderClassName
{
color: #AAF80D;
}
.AnyTagClassName
{
color: #AAF80D;
}
</style>
background-color css
<style>
a { background-color: #AAF80D; }
a { background-color: rgb(170,248,13); }
div.DivClassName
{
background-color: #AAF80D;
}
.BgClassName
{
background-color: #AAF80D;
}
</style>
border-color css
<style>
span { border-color: #AAF80D; }
span { border-color: rgb(170,248,13); }
td.TdClassName
{
border-color: #AAF80D;
}
.TagClassName
{
border-color: #AAF80D;
}
</style>