Shades of Spring Bud #AAFE06
Tints of Spring Bud #AAFE06
RGB
CMYK
RGB Variations
Color information
#AAFE06 (or 0xAAFE06) is known color: Spring Bud. HEX triplet: AA, FE and 06. RGB value is (170,254,6). Sum of RGB (Red+Green+Blue) = 170+254+6=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE06 is #5501F9. Grayscale: #C9C9C9. Windows color (decimal): -5571066 or 458410. OLE color: 458410.
HSL color Cylindrical-coordinate representation of color #AAFE06: hue angle of 80.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAFE06 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 6 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.00 |
| HSL | 80.32º | 0.99% | 0.51% | - |
| HSV(B) | 80.32º | 0.98% | 1% | - |
| XYZ | 52.05 | 79.44 | 12.76 | - |
| YUV | 200.61 | 18.17 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 6 | 0.33 | 0 | 0.98 | 0.00 | 80.32 | 0.99 | 0.51 |
| Hex | AA | FE | 6 | 21 | 0 | 62 | 0 | 50 | 63 | 33 |
| Octal | 252 | 376 | 6 | 41 | 0 | 142 | 0 | 120 | 143 | 63 |
| Binary | 10101010 | 11111110 | 110 | 100001 | 0 | 1100010 | 0 | 1010000 | 1100011 | 110011 |
Color Harmonies of #AAFE06
Complementary color
Monochromatic Colors of #AAFE06
Black with #AAFE06
Text Example
Text Example
White with #AAFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE06; }
p { color: rgb(170,254,6); }
H1.HeaderClassName
{
color: #AAFE06;
}
.AnyTagClassName
{
color: #AAFE06;
}
</style>
background-color css
<style>
a { background-color: #AAFE06; }
a { background-color: rgb(170,254,6); }
div.DivClassName
{
background-color: #AAFE06;
}
.BgClassName
{
background-color: #AAFE06;
}
</style>
border-color css
<style>
span { border-color: #AAFE06; }
span { border-color: rgb(170,254,6); }
td.TdClassName
{
border-color: #AAFE06;
}
.TagClassName
{
border-color: #AAFE06;
}
</style>