Shades of Spring Bud #AAFD14
Tints of Spring Bud #AAFD14
RGB
CMYK
RGB Variations
Color information
#AAFD14 (or 0xAAFD14) is known color: Spring Bud. HEX triplet: AA, FD and 14. RGB value is (170,253,20). Sum of RGB (Red+Green+Blue) = 170+253+20=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD14 is #5502EB. Grayscale: #CACACA. Windows color (decimal): -5571308 or 1375658. OLE color: 1375658.
HSL color Cylindrical-coordinate representation of color #AAFD14: hue angle of 81.37º 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 #AAFD14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.01 |
| HSL | 81.37º | 0.98% | 0.54% | - |
| HSV(B) | 81.37º | 0.92% | 0.99% | - |
| XYZ | 51.83 | 78.85 | 13.15 | - |
| YUV | 201.62 | 25.5 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 20 | 0.33 | 0 | 0.92 | 0.01 | 81.37 | 0.98 | 0.54 |
| Hex | AA | FD | 14 | 21 | 0 | 5C | 1 | 51 | 62 | 36 |
| Octal | 252 | 375 | 24 | 41 | 0 | 134 | 1 | 121 | 142 | 66 |
| Binary | 10101010 | 11111101 | 10100 | 100001 | 0 | 1011100 | 1 | 1010001 | 1100010 | 110110 |
Color Harmonies of #AAFD14
Complementary color
Monochromatic Colors of #AAFD14
Black with #AAFD14
Text Example
Text Example
White with #AAFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD14; }
p { color: rgb(170,253,20); }
H1.HeaderClassName
{
color: #AAFD14;
}
.AnyTagClassName
{
color: #AAFD14;
}
</style>
background-color css
<style>
a { background-color: #AAFD14; }
a { background-color: rgb(170,253,20); }
div.DivClassName
{
background-color: #AAFD14;
}
.BgClassName
{
background-color: #AAFD14;
}
</style>
border-color css
<style>
span { border-color: #AAFD14; }
span { border-color: rgb(170,253,20); }
td.TdClassName
{
border-color: #AAFD14;
}
.TagClassName
{
border-color: #AAFD14;
}
</style>