Shades of Spring Bud #AAF910
Tints of Spring Bud #AAF910
RGB
CMYK
RGB Variations
Color information
#AAF910 (or 0xAAF910) is known color: Spring Bud. HEX triplet: AA, F9 and 10. RGB value is (170,249,16). Sum of RGB (Red+Green+Blue) = 170+249+16=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF910 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF910 is #5506EF. Grayscale: #C7C7C7. Windows color (decimal): -5572336 or 1112490. OLE color: 1112490.
HSL color Cylindrical-coordinate representation of color #AAF910: hue angle of 80.34º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF910 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 16 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.02 |
| HSL | 80.34º | 0.95% | 0.52% | - |
| HSV(B) | 80.34º | 0.94% | 0.98% | - |
| XYZ | 50.55 | 76.33 | 12.56 | - |
| YUV | 198.82 | 24.83 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 16 | 0.32 | 0 | 0.94 | 0.02 | 80.34 | 0.95 | 0.52 |
| Hex | AA | F9 | 10 | 20 | 0 | 5E | 2 | 50 | 5F | 34 |
| Octal | 252 | 371 | 20 | 40 | 0 | 136 | 2 | 120 | 137 | 64 |
| Binary | 10101010 | 11111001 | 10000 | 100000 | 0 | 1011110 | 10 | 1010000 | 1011111 | 110100 |
Color Harmonies of #AAF910
Complementary color
Monochromatic Colors of #AAF910
Black with #AAF910
Text Example
Text Example
White with #AAF910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF910; }
p { color: rgb(170,249,16); }
H1.HeaderClassName
{
color: #AAF910;
}
.AnyTagClassName
{
color: #AAF910;
}
</style>
background-color css
<style>
a { background-color: #AAF910; }
a { background-color: rgb(170,249,16); }
div.DivClassName
{
background-color: #AAF910;
}
.BgClassName
{
background-color: #AAF910;
}
</style>
border-color css
<style>
span { border-color: #AAF910; }
span { border-color: rgb(170,249,16); }
td.TdClassName
{
border-color: #AAF910;
}
.TagClassName
{
border-color: #AAF910;
}
</style>