Shades of Spring Bud #AAF610
Tints of Spring Bud #AAF610
RGB
CMYK
RGB Variations
Color information
#AAF610 (or 0xAAF610) is known color: Spring Bud. HEX triplet: AA, F6 and 10. RGB value is (170,246,16). Sum of RGB (Red+Green+Blue) = 170+246+16=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF610 is #5509EF. Grayscale: #C5C5C5. Windows color (decimal): -5573104 or 1111722. OLE color: 1111722.
HSL color Cylindrical-coordinate representation of color #AAF610: hue angle of 79.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF610 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.04 |
| HSL | 79.83º | 0.93% | 0.51% | - |
| HSV(B) | 79.83º | 0.93% | 0.96% | - |
| XYZ | 49.63 | 74.5 | 12.25 | - |
| YUV | 197.06 | 25.82 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 16 | 0.31 | 0 | 0.93 | 0.04 | 79.83 | 0.93 | 0.51 |
| Hex | AA | F6 | 10 | 1F | 0 | 5D | 4 | 50 | 5D | 33 |
| Octal | 252 | 366 | 20 | 37 | 0 | 135 | 4 | 120 | 135 | 63 |
| Binary | 10101010 | 11110110 | 10000 | 11111 | 0 | 1011101 | 100 | 1010000 | 1011101 | 110011 |
Color Harmonies of #AAF610
Complementary color
Monochromatic Colors of #AAF610
Black with #AAF610
Text Example
Text Example
White with #AAF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF610; }
p { color: rgb(170,246,16); }
H1.HeaderClassName
{
color: #AAF610;
}
.AnyTagClassName
{
color: #AAF610;
}
</style>
background-color css
<style>
a { background-color: #AAF610; }
a { background-color: rgb(170,246,16); }
div.DivClassName
{
background-color: #AAF610;
}
.BgClassName
{
background-color: #AAF610;
}
</style>
border-color css
<style>
span { border-color: #AAF610; }
span { border-color: rgb(170,246,16); }
td.TdClassName
{
border-color: #AAF610;
}
.TagClassName
{
border-color: #AAF610;
}
</style>