Shades of Spring Bud #AAFE03
Tints of Spring Bud #AAFE03
RGB
CMYK
RGB Variations
Color information
#AAFE03 (or 0xAAFE03) is known color: Spring Bud. HEX triplet: AA, FE and 03. RGB value is (170,254,3). Sum of RGB (Red+Green+Blue) = 170+254+3=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 254 (99.61% from 255 or 59.48% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE03 is #5501FC. Grayscale: #C9C9C9. Windows color (decimal): -5571069 or 261802. OLE color: 261802.
HSL color Cylindrical-coordinate representation of color #AAFE03: hue angle of 80.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAFE03 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 3 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.00 |
| HSL | 80.08º | 0.99% | 0.5% | - |
| HSV(B) | 80.08º | 0.99% | 1% | - |
| XYZ | 52.04 | 79.44 | 12.68 | - |
| YUV | 200.27 | 16.67 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 3 | 0.33 | 0 | 0.99 | 0.00 | 80.08 | 0.99 | 0.5 |
| Hex | AA | FE | 3 | 21 | 0 | 63 | 0 | 50 | 63 | 32 |
| Octal | 252 | 376 | 3 | 41 | 0 | 143 | 0 | 120 | 143 | 62 |
| Binary | 10101010 | 11111110 | 11 | 100001 | 0 | 1100011 | 0 | 1010000 | 1100011 | 110010 |
Color Harmonies of #AAFE03
Complementary color
Monochromatic Colors of #AAFE03
Black with #AAFE03
Text Example
Text Example
White with #AAFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE03; }
p { color: rgb(170,254,3); }
H1.HeaderClassName
{
color: #AAFE03;
}
.AnyTagClassName
{
color: #AAFE03;
}
</style>
background-color css
<style>
a { background-color: #AAFE03; }
a { background-color: rgb(170,254,3); }
div.DivClassName
{
background-color: #AAFE03;
}
.BgClassName
{
background-color: #AAFE03;
}
</style>
border-color css
<style>
span { border-color: #AAFE03; }
span { border-color: rgb(170,254,3); }
td.TdClassName
{
border-color: #AAFE03;
}
.TagClassName
{
border-color: #AAFE03;
}
</style>