Shades of Spring Bud #AAF107
Tints of Spring Bud #AAF107
RGB
CMYK
RGB Variations
Color information
#AAF107 (or 0xAAF107) is known color: Spring Bud. HEX triplet: AA, F1 and 07. RGB value is (170,241,7). Sum of RGB (Red+Green+Blue) = 170+241+7=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF107 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF107 is #550EF8. Grayscale: #C1C1C1. Windows color (decimal): -5574393 or 520618. OLE color: 520618.
HSL color Cylindrical-coordinate representation of color #AAF107: hue angle of 78.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF107 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.05 |
| HSL | 78.21º | 0.94% | 0.49% | - |
| HSV(B) | 78.21º | 0.97% | 0.95% | - |
| XYZ | 48.07 | 71.47 | 11.46 | - |
| YUV | 193.1 | 22.98 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 7 | 0.29 | 0 | 0.97 | 0.05 | 78.21 | 0.94 | 0.49 |
| Hex | AA | F1 | 7 | 1D | 0 | 61 | 5 | 4E | 5E | 31 |
| Octal | 252 | 361 | 7 | 35 | 0 | 141 | 5 | 116 | 136 | 61 |
| Binary | 10101010 | 11110001 | 111 | 11101 | 0 | 1100001 | 101 | 1001110 | 1011110 | 110001 |
Color Harmonies of #AAF107
Complementary color
Monochromatic Colors of #AAF107
Black with #AAF107
Text Example
Text Example
White with #AAF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF107; }
p { color: rgb(170,241,7); }
H1.HeaderClassName
{
color: #AAF107;
}
.AnyTagClassName
{
color: #AAF107;
}
</style>
background-color css
<style>
a { background-color: #AAF107; }
a { background-color: rgb(170,241,7); }
div.DivClassName
{
background-color: #AAF107;
}
.BgClassName
{
background-color: #AAF107;
}
</style>
border-color css
<style>
span { border-color: #AAF107; }
span { border-color: rgb(170,241,7); }
td.TdClassName
{
border-color: #AAF107;
}
.TagClassName
{
border-color: #AAF107;
}
</style>