Shades of Spring Bud #AAFE01
Tints of Spring Bud #AAFE01
RGB
CMYK
RGB Variations
Color information
#AAFE01 (or 0xAAFE01) is known color: Spring Bud. HEX triplet: AA, FE and 01. RGB value is (170,254,1). Sum of RGB (Red+Green+Blue) = 170+254+1=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 254 (99.61% from 255 or 59.76% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE01 is #5501FE. Grayscale: #C8C8C8. Windows color (decimal): -5571071 or 130730. OLE color: 130730.
HSL color Cylindrical-coordinate representation of color #AAFE01: hue angle of 79.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAFE01 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.00 |
| HSL | 79.92º | 0.99% | 0.5% | - |
| HSV(B) | 79.92º | 1% | 1% | - |
| XYZ | 52.02 | 79.43 | 12.62 | - |
| YUV | 200.04 | 15.67 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 1 | 0.33 | 0 | 1.00 | 0.00 | 79.92 | 0.99 | 0.5 |
| Hex | AA | FE | 1 | 21 | 0 | 64 | 0 | 50 | 63 | 32 |
| Octal | 252 | 376 | 1 | 41 | 0 | 144 | 0 | 120 | 143 | 62 |
| Binary | 10101010 | 11111110 | 1 | 100001 | 0 | 1100100 | 0 | 1010000 | 1100011 | 110010 |
Color Harmonies of #AAFE01
Complementary color
Monochromatic Colors of #AAFE01
Black with #AAFE01
Text Example
Text Example
White with #AAFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE01; }
p { color: rgb(170,254,1); }
H1.HeaderClassName
{
color: #AAFE01;
}
.AnyTagClassName
{
color: #AAFE01;
}
</style>
background-color css
<style>
a { background-color: #AAFE01; }
a { background-color: rgb(170,254,1); }
div.DivClassName
{
background-color: #AAFE01;
}
.BgClassName
{
background-color: #AAFE01;
}
</style>
border-color css
<style>
span { border-color: #AAFE01; }
span { border-color: rgb(170,254,1); }
td.TdClassName
{
border-color: #AAFE01;
}
.TagClassName
{
border-color: #AAFE01;
}
</style>