Shades of Spring Bud #AAFD0A
Tints of Spring Bud #AAFD0A
RGB
CMYK
RGB Variations
Color information
#AAFD0A (or 0xAAFD0A) is known color: Spring Bud. HEX triplet: AA, FD and 0A. RGB value is (170,253,10). Sum of RGB (Red+Green+Blue) = 170+253+10=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD0A is #5502F5. Grayscale: #C9C9C9. Windows color (decimal): -5571318 or 720298. OLE color: 720298.
HSL color Cylindrical-coordinate representation of color #AAFD0A: hue angle of 80.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFD0A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 10 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.01 |
| HSL | 80.49º | 0.98% | 0.52% | - |
| HSV(B) | 80.49º | 0.96% | 0.99% | - |
| XYZ | 51.76 | 78.82 | 12.77 | - |
| YUV | 200.48 | 20.5 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 10 | 0.33 | 0 | 0.96 | 0.01 | 80.49 | 0.98 | 0.52 |
| Hex | AA | FD | A | 21 | 0 | 60 | 1 | 50 | 62 | 34 |
| Octal | 252 | 375 | 12 | 41 | 0 | 140 | 1 | 120 | 142 | 64 |
| Binary | 10101010 | 11111101 | 1010 | 100001 | 0 | 1100000 | 1 | 1010000 | 1100010 | 110100 |
Color Harmonies of #AAFD0A
Complementary color
Monochromatic Colors of #AAFD0A
Black with #AAFD0A
Text Example
Text Example
White with #AAFD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD0A; }
p { color: rgb(170,253,10); }
H1.HeaderClassName
{
color: #AAFD0A;
}
.AnyTagClassName
{
color: #AAFD0A;
}
</style>
background-color css
<style>
a { background-color: #AAFD0A; }
a { background-color: rgb(170,253,10); }
div.DivClassName
{
background-color: #AAFD0A;
}
.BgClassName
{
background-color: #AAFD0A;
}
</style>
border-color css
<style>
span { border-color: #AAFD0A; }
span { border-color: rgb(170,253,10); }
td.TdClassName
{
border-color: #AAFD0A;
}
.TagClassName
{
border-color: #AAFD0A;
}
</style>