Shades of Spring Bud #AAF611
Tints of Spring Bud #AAF611
RGB
CMYK
RGB Variations
Color information
#AAF611 (or 0xAAF611) is known color: Spring Bud. HEX triplet: AA, F6 and 11. RGB value is (170,246,17). Sum of RGB (Red+Green+Blue) = 170+246+17=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF611 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF611 is #5509EE. Grayscale: #C6C6C6. Windows color (decimal): -5573103 or 1177258. OLE color: 1177258.
HSL color Cylindrical-coordinate representation of color #AAF611: hue angle of 79.91º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF611 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.04 |
| HSL | 79.91º | 0.93% | 0.52% | - |
| HSV(B) | 79.91º | 0.93% | 0.96% | - |
| XYZ | 49.63 | 74.5 | 12.29 | - |
| YUV | 197.17 | 26.32 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 17 | 0.31 | 0 | 0.93 | 0.04 | 79.91 | 0.93 | 0.52 |
| Hex | AA | F6 | 11 | 1F | 0 | 5D | 4 | 50 | 5D | 34 |
| Octal | 252 | 366 | 21 | 37 | 0 | 135 | 4 | 120 | 135 | 64 |
| Binary | 10101010 | 11110110 | 10001 | 11111 | 0 | 1011101 | 100 | 1010000 | 1011101 | 110100 |
Color Harmonies of #AAF611
Complementary color
Monochromatic Colors of #AAF611
Black with #AAF611
Text Example
Text Example
White with #AAF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF611; }
p { color: rgb(170,246,17); }
H1.HeaderClassName
{
color: #AAF611;
}
.AnyTagClassName
{
color: #AAF611;
}
</style>
background-color css
<style>
a { background-color: #AAF611; }
a { background-color: rgb(170,246,17); }
div.DivClassName
{
background-color: #AAF611;
}
.BgClassName
{
background-color: #AAF611;
}
</style>
border-color css
<style>
span { border-color: #AAF611; }
span { border-color: rgb(170,246,17); }
td.TdClassName
{
border-color: #AAF611;
}
.TagClassName
{
border-color: #AAF611;
}
</style>