Shades of Spring Bud #AAF40A
Tints of Spring Bud #AAF40A
RGB
CMYK
RGB Variations
Color information
#AAF40A (or 0xAAF40A) is known color: Spring Bud. HEX triplet: AA, F4 and 0A. RGB value is (170,244,10). Sum of RGB (Red+Green+Blue) = 170+244+10=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF40A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF40A is #550BF5. Grayscale: #C4C4C4. Windows color (decimal): -5573622 or 717994. OLE color: 717994.
HSL color Cylindrical-coordinate representation of color #AAF40A: hue angle of 78.97º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAF40A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 10 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.04 |
| HSL | 78.97º | 0.92% | 0.5% | - |
| HSV(B) | 78.97º | 0.96% | 0.96% | - |
| XYZ | 48.98 | 73.27 | 11.85 | - |
| YUV | 195.2 | 23.48 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 10 | 0.30 | 0 | 0.96 | 0.04 | 78.97 | 0.92 | 0.5 |
| Hex | AA | F4 | A | 1E | 0 | 60 | 4 | 4F | 5C | 32 |
| Octal | 252 | 364 | 12 | 36 | 0 | 140 | 4 | 117 | 134 | 62 |
| Binary | 10101010 | 11110100 | 1010 | 11110 | 0 | 1100000 | 100 | 1001111 | 1011100 | 110010 |
Color Harmonies of #AAF40A
Complementary color
Monochromatic Colors of #AAF40A
Black with #AAF40A
Text Example
Text Example
White with #AAF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF40A; }
p { color: rgb(170,244,10); }
H1.HeaderClassName
{
color: #AAF40A;
}
.AnyTagClassName
{
color: #AAF40A;
}
</style>
background-color css
<style>
a { background-color: #AAF40A; }
a { background-color: rgb(170,244,10); }
div.DivClassName
{
background-color: #AAF40A;
}
.BgClassName
{
background-color: #AAF40A;
}
</style>
border-color css
<style>
span { border-color: #AAF40A; }
span { border-color: rgb(170,244,10); }
td.TdClassName
{
border-color: #AAF40A;
}
.TagClassName
{
border-color: #AAF40A;
}
</style>