Shades of Spring Bud #AAFE0B
Tints of Spring Bud #AAFE0B
RGB
CMYK
RGB Variations
Color information
#AAFE0B (or 0xAAFE0B) is known color: Spring Bud. HEX triplet: AA, FE and 0B. RGB value is (170,254,11). Sum of RGB (Red+Green+Blue) = 170+254+11=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE0B is #5501F4. Grayscale: #CACACA. Windows color (decimal): -5571061 or 786090. OLE color: 786090.
HSL color Cylindrical-coordinate representation of color #AAFE0B: hue angle of 80.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAFE0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 11 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.00 |
| HSL | 80.74º | 0.99% | 0.52% | - |
| HSV(B) | 80.74º | 0.96% | 1% | - |
| XYZ | 52.08 | 79.45 | 12.91 | - |
| YUV | 201.18 | 20.67 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 11 | 0.33 | 0 | 0.96 | 0.00 | 80.74 | 0.99 | 0.52 |
| Hex | AA | FE | B | 21 | 0 | 60 | 0 | 51 | 63 | 34 |
| Octal | 252 | 376 | 13 | 41 | 0 | 140 | 0 | 121 | 143 | 64 |
| Binary | 10101010 | 11111110 | 1011 | 100001 | 0 | 1100000 | 0 | 1010001 | 1100011 | 110100 |
Color Harmonies of #AAFE0B
Complementary color
Monochromatic Colors of #AAFE0B
Black with #AAFE0B
Text Example
Text Example
White with #AAFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE0B; }
p { color: rgb(170,254,11); }
H1.HeaderClassName
{
color: #AAFE0B;
}
.AnyTagClassName
{
color: #AAFE0B;
}
</style>
background-color css
<style>
a { background-color: #AAFE0B; }
a { background-color: rgb(170,254,11); }
div.DivClassName
{
background-color: #AAFE0B;
}
.BgClassName
{
background-color: #AAFE0B;
}
</style>
border-color css
<style>
span { border-color: #AAFE0B; }
span { border-color: rgb(170,254,11); }
td.TdClassName
{
border-color: #AAFE0B;
}
.TagClassName
{
border-color: #AAFE0B;
}
</style>