Shades of Spring Bud #AAFF07
Tints of Spring Bud #AAFF07
RGB
CMYK
RGB Variations
Color information
#AAFF07 (or 0xAAFF07) is known color: Spring Bud. HEX triplet: AA, FF and 07. RGB value is (170,255,7). Sum of RGB (Red+Green+Blue) = 170+255+7=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF07 is #5500F8. Grayscale: #CACACA. Windows color (decimal): -5570809 or 524202. OLE color: 524202.
HSL color Cylindrical-coordinate representation of color #AAFF07: hue angle of 80.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAFF07 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0 |
| HSL | 80.56º | 1% | 0.51% | - |
| HSV(B) | 80.56º | 0.97% | 1% | - |
| XYZ | 52.38 | 80.08 | 12.9 | - |
| YUV | 201.31 | 18.34 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 7 | 0.33 | 0 | 0.97 | 0 | 80.56 | 1 | 0.51 |
| Hex | AA | FF | 7 | 21 | 0 | 61 | 0 | 51 | 64 | 33 |
| Octal | 252 | 377 | 7 | 41 | 0 | 141 | 0 | 121 | 144 | 63 |
| Binary | 10101010 | 11111111 | 111 | 100001 | 0 | 1100001 | 0 | 1010001 | 1100100 | 110011 |
Color Harmonies of #AAFF07
Complementary color
Monochromatic Colors of #AAFF07
Black with #AAFF07
Text Example
Text Example
White with #AAFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF07; }
p { color: rgb(170,255,7); }
H1.HeaderClassName
{
color: #AAFF07;
}
.AnyTagClassName
{
color: #AAFF07;
}
</style>
background-color css
<style>
a { background-color: #AAFF07; }
a { background-color: rgb(170,255,7); }
div.DivClassName
{
background-color: #AAFF07;
}
.BgClassName
{
background-color: #AAFF07;
}
</style>
border-color css
<style>
span { border-color: #AAFF07; }
span { border-color: rgb(170,255,7); }
td.TdClassName
{
border-color: #AAFF07;
}
.TagClassName
{
border-color: #AAFF07;
}
</style>