Shades of Spring Bud #AAF004
Tints of Spring Bud #AAF004
RGB
CMYK
RGB Variations
Color information
#AAF004 (or 0xAAF004) is known color: Spring Bud. HEX triplet: AA, F0 and 04. RGB value is (170,240,4). Sum of RGB (Red+Green+Blue) = 170+240+4=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF004 is #550FFB. Grayscale: #C1C1C1. Windows color (decimal): -5574652 or 323754. OLE color: 323754.
HSL color Cylindrical-coordinate representation of color #AAF004: hue angle of 77.8º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF004 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.06 |
| HSL | 77.8º | 0.97% | 0.48% | - |
| HSV(B) | 77.8º | 0.98% | 0.94% | - |
| XYZ | 47.76 | 70.87 | 11.28 | - |
| YUV | 192.17 | 21.81 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 4 | 0.29 | 0 | 0.98 | 0.06 | 77.8 | 0.97 | 0.48 |
| Hex | AA | F0 | 4 | 1D | 0 | 62 | 6 | 4E | 61 | 30 |
| Octal | 252 | 360 | 4 | 35 | 0 | 142 | 6 | 116 | 141 | 60 |
| Binary | 10101010 | 11110000 | 100 | 11101 | 0 | 1100010 | 110 | 1001110 | 1100001 | 110000 |
Color Harmonies of #AAF004
Complementary color
Monochromatic Colors of #AAF004
Black with #AAF004
Text Example
Text Example
White with #AAF004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF004; }
p { color: rgb(170,240,4); }
H1.HeaderClassName
{
color: #AAF004;
}
.AnyTagClassName
{
color: #AAF004;
}
</style>
background-color css
<style>
a { background-color: #AAF004; }
a { background-color: rgb(170,240,4); }
div.DivClassName
{
background-color: #AAF004;
}
.BgClassName
{
background-color: #AAF004;
}
</style>
border-color css
<style>
span { border-color: #AAF004; }
span { border-color: rgb(170,240,4); }
td.TdClassName
{
border-color: #AAF004;
}
.TagClassName
{
border-color: #AAF004;
}
</style>