Shades of Spring Bud #AAFD15
Tints of Spring Bud #AAFD15
RGB
CMYK
RGB Variations
Color information
#AAFD15 (or 0xAAFD15) is known color: Spring Bud. HEX triplet: AA, FD and 15. RGB value is (170,253,21). Sum of RGB (Red+Green+Blue) = 170+253+21=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD15 is #5502EA. Grayscale: #CACACA. Windows color (decimal): -5571307 or 1441194. OLE color: 1441194.
HSL color Cylindrical-coordinate representation of color #AAFD15: hue angle of 81.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAFD15 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 21 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.01 |
| HSL | 81.47º | 0.98% | 0.54% | - |
| HSV(B) | 81.47º | 0.92% | 0.99% | - |
| XYZ | 51.84 | 78.85 | 13.2 | - |
| YUV | 201.74 | 26 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 21 | 0.33 | 0 | 0.92 | 0.01 | 81.47 | 0.98 | 0.54 |
| Hex | AA | FD | 15 | 21 | 0 | 5C | 1 | 51 | 62 | 36 |
| Octal | 252 | 375 | 25 | 41 | 0 | 134 | 1 | 121 | 142 | 66 |
| Binary | 10101010 | 11111101 | 10101 | 100001 | 0 | 1011100 | 1 | 1010001 | 1100010 | 110110 |
Color Harmonies of #AAFD15
Complementary color
Monochromatic Colors of #AAFD15
Black with #AAFD15
Text Example
Text Example
White with #AAFD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD15; }
p { color: rgb(170,253,21); }
H1.HeaderClassName
{
color: #AAFD15;
}
.AnyTagClassName
{
color: #AAFD15;
}
</style>
background-color css
<style>
a { background-color: #AAFD15; }
a { background-color: rgb(170,253,21); }
div.DivClassName
{
background-color: #AAFD15;
}
.BgClassName
{
background-color: #AAFD15;
}
</style>
border-color css
<style>
span { border-color: #AAFD15; }
span { border-color: rgb(170,253,21); }
td.TdClassName
{
border-color: #AAFD15;
}
.TagClassName
{
border-color: #AAFD15;
}
</style>