Shades of Spring Bud #AAFF04
Tints of Spring Bud #AAFF04
RGB
CMYK
RGB Variations
Color information
#AAFF04 (or 0xAAFF04) is known color: Spring Bud. HEX triplet: AA, FF and 04. RGB value is (170,255,4). Sum of RGB (Red+Green+Blue) = 170+255+4=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF04 is #5500FB. Grayscale: #C9C9C9. Windows color (decimal): -5570812 or 327594. OLE color: 327594.
HSL color Cylindrical-coordinate representation of color #AAFF04: hue angle of 80.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAFF04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0 |
| HSL | 80.32º | 1% | 0.51% | - |
| HSV(B) | 80.32º | 0.98% | 1% | - |
| XYZ | 52.36 | 80.07 | 12.81 | - |
| YUV | 200.97 | 16.84 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 4 | 0.33 | 0 | 0.98 | 0 | 80.32 | 1 | 0.51 |
| Hex | AA | FF | 4 | 21 | 0 | 62 | 0 | 50 | 64 | 33 |
| Octal | 252 | 377 | 4 | 41 | 0 | 142 | 0 | 120 | 144 | 63 |
| Binary | 10101010 | 11111111 | 100 | 100001 | 0 | 1100010 | 0 | 1010000 | 1100100 | 110011 |
Color Harmonies of #AAFF04
Complementary color
Monochromatic Colors of #AAFF04
Black with #AAFF04
Text Example
Text Example
White with #AAFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF04; }
p { color: rgb(170,255,4); }
H1.HeaderClassName
{
color: #AAFF04;
}
.AnyTagClassName
{
color: #AAFF04;
}
</style>
background-color css
<style>
a { background-color: #AAFF04; }
a { background-color: rgb(170,255,4); }
div.DivClassName
{
background-color: #AAFF04;
}
.BgClassName
{
background-color: #AAFF04;
}
</style>
border-color css
<style>
span { border-color: #AAFF04; }
span { border-color: rgb(170,255,4); }
td.TdClassName
{
border-color: #AAFF04;
}
.TagClassName
{
border-color: #AAFF04;
}
</style>