Shades of Spring Bud #AAF711
Tints of Spring Bud #AAF711
RGB
CMYK
RGB Variations
Color information
#AAF711 (or 0xAAF711) is known color: Spring Bud. HEX triplet: AA, F7 and 11. RGB value is (170,247,17). Sum of RGB (Red+Green+Blue) = 170+247+17=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF711 is #5508EE. Grayscale: #C6C6C6. Windows color (decimal): -5572847 or 1177514. OLE color: 1177514.
HSL color Cylindrical-coordinate representation of color #AAF711: hue angle of 80.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF711 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.03 |
| HSL | 80.09º | 0.93% | 0.52% | - |
| HSV(B) | 80.09º | 0.93% | 0.97% | - |
| XYZ | 49.94 | 75.11 | 12.4 | - |
| YUV | 197.76 | 25.99 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 17 | 0.31 | 0 | 0.93 | 0.03 | 80.09 | 0.93 | 0.52 |
| Hex | AA | F7 | 11 | 1F | 0 | 5D | 3 | 50 | 5D | 34 |
| Octal | 252 | 367 | 21 | 37 | 0 | 135 | 3 | 120 | 135 | 64 |
| Binary | 10101010 | 11110111 | 10001 | 11111 | 0 | 1011101 | 11 | 1010000 | 1011101 | 110100 |
Color Harmonies of #AAF711
Complementary color
Monochromatic Colors of #AAF711
Black with #AAF711
Text Example
Text Example
White with #AAF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF711; }
p { color: rgb(170,247,17); }
H1.HeaderClassName
{
color: #AAF711;
}
.AnyTagClassName
{
color: #AAF711;
}
</style>
background-color css
<style>
a { background-color: #AAF711; }
a { background-color: rgb(170,247,17); }
div.DivClassName
{
background-color: #AAF711;
}
.BgClassName
{
background-color: #AAF711;
}
</style>
border-color css
<style>
span { border-color: #AAF711; }
span { border-color: rgb(170,247,17); }
td.TdClassName
{
border-color: #AAF711;
}
.TagClassName
{
border-color: #AAF711;
}
</style>