Shades of Spring Bud #AAFE08
Tints of Spring Bud #AAFE08
RGB
CMYK
RGB Variations
Color information
#AAFE08 (or 0xAAFE08) is known color: Spring Bud. HEX triplet: AA, FE and 08. RGB value is (170,254,8). Sum of RGB (Red+Green+Blue) = 170+254+8=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 254 (99.61% from 255 or 58.80% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE08 is #5501F7. Grayscale: #C9C9C9. Windows color (decimal): -5571064 or 589482. OLE color: 589482.
HSL color Cylindrical-coordinate representation of color #AAFE08: hue angle of 80.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAFE08 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 8 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.00 |
| HSL | 80.49º | 0.99% | 0.51% | - |
| HSV(B) | 80.49º | 0.97% | 1% | - |
| XYZ | 52.06 | 79.45 | 12.82 | - |
| YUV | 200.84 | 19.17 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 8 | 0.33 | 0 | 0.97 | 0.00 | 80.49 | 0.99 | 0.51 |
| Hex | AA | FE | 8 | 21 | 0 | 61 | 0 | 50 | 63 | 33 |
| Octal | 252 | 376 | 10 | 41 | 0 | 141 | 0 | 120 | 143 | 63 |
| Binary | 10101010 | 11111110 | 1000 | 100001 | 0 | 1100001 | 0 | 1010000 | 1100011 | 110011 |
Color Harmonies of #AAFE08
Complementary color
Monochromatic Colors of #AAFE08
Black with #AAFE08
Text Example
Text Example
White with #AAFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE08; }
p { color: rgb(170,254,8); }
H1.HeaderClassName
{
color: #AAFE08;
}
.AnyTagClassName
{
color: #AAFE08;
}
</style>
background-color css
<style>
a { background-color: #AAFE08; }
a { background-color: rgb(170,254,8); }
div.DivClassName
{
background-color: #AAFE08;
}
.BgClassName
{
background-color: #AAFE08;
}
</style>
border-color css
<style>
span { border-color: #AAFE08; }
span { border-color: rgb(170,254,8); }
td.TdClassName
{
border-color: #AAFE08;
}
.TagClassName
{
border-color: #AAFE08;
}
</style>