Shades of Spring Bud #AAF90E
Tints of Spring Bud #AAF90E
RGB
CMYK
RGB Variations
Color information
#AAF90E (or 0xAAF90E) is known color: Spring Bud. HEX triplet: AA, F9 and 0E. RGB value is (170,249,14). Sum of RGB (Red+Green+Blue) = 170+249+14=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF90E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF90E is #5506F1. Grayscale: #C7C7C7. Windows color (decimal): -5572338 or 981418. OLE color: 981418.
HSL color Cylindrical-coordinate representation of color #AAF90E: hue angle of 80.17º 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 #AAF90E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 14 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.02 |
| HSL | 80.17º | 0.95% | 0.52% | - |
| HSV(B) | 80.17º | 0.94% | 0.98% | - |
| XYZ | 50.53 | 76.33 | 12.49 | - |
| YUV | 198.59 | 23.83 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 14 | 0.32 | 0 | 0.94 | 0.02 | 80.17 | 0.95 | 0.52 |
| Hex | AA | F9 | E | 20 | 0 | 5E | 2 | 50 | 5F | 34 |
| Octal | 252 | 371 | 16 | 40 | 0 | 136 | 2 | 120 | 137 | 64 |
| Binary | 10101010 | 11111001 | 1110 | 100000 | 0 | 1011110 | 10 | 1010000 | 1011111 | 110100 |
Color Harmonies of #AAF90E
Complementary color
Monochromatic Colors of #AAF90E
Black with #AAF90E
Text Example
Text Example
White with #AAF90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF90E; }
p { color: rgb(170,249,14); }
H1.HeaderClassName
{
color: #AAF90E;
}
.AnyTagClassName
{
color: #AAF90E;
}
</style>
background-color css
<style>
a { background-color: #AAF90E; }
a { background-color: rgb(170,249,14); }
div.DivClassName
{
background-color: #AAF90E;
}
.BgClassName
{
background-color: #AAF90E;
}
</style>
border-color css
<style>
span { border-color: #AAF90E; }
span { border-color: rgb(170,249,14); }
td.TdClassName
{
border-color: #AAF90E;
}
.TagClassName
{
border-color: #AAF90E;
}
</style>