Shades of Spring Bud #AAFE0C
Tints of Spring Bud #AAFE0C
RGB
CMYK
RGB Variations
Color information
#AAFE0C (or 0xAAFE0C) is known color: Spring Bud. HEX triplet: AA, FE and 0C. RGB value is (170,254,12). Sum of RGB (Red+Green+Blue) = 170+254+12=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFE0C is #5501F3. Grayscale: #CACACA. Windows color (decimal): -5571060 or 851626. OLE color: 851626.
HSL color Cylindrical-coordinate representation of color #AAFE0C: hue angle of 80.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAFE0C is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 12 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.00 |
| HSL | 80.83º | 0.99% | 0.52% | - |
| HSV(B) | 80.83º | 0.95% | 1% | - |
| XYZ | 52.09 | 79.46 | 12.94 | - |
| YUV | 201.3 | 21.17 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 12 | 0.33 | 0 | 0.95 | 0.00 | 80.83 | 0.99 | 0.52 |
| Hex | AA | FE | C | 21 | 0 | 5F | 0 | 51 | 63 | 34 |
| Octal | 252 | 376 | 14 | 41 | 0 | 137 | 0 | 121 | 143 | 64 |
| Binary | 10101010 | 11111110 | 1100 | 100001 | 0 | 1011111 | 0 | 1010001 | 1100011 | 110100 |
Color Harmonies of #AAFE0C
Complementary color
Monochromatic Colors of #AAFE0C
Black with #AAFE0C
Text Example
Text Example
White with #AAFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE0C; }
p { color: rgb(170,254,12); }
H1.HeaderClassName
{
color: #AAFE0C;
}
.AnyTagClassName
{
color: #AAFE0C;
}
</style>
background-color css
<style>
a { background-color: #AAFE0C; }
a { background-color: rgb(170,254,12); }
div.DivClassName
{
background-color: #AAFE0C;
}
.BgClassName
{
background-color: #AAFE0C;
}
</style>
border-color css
<style>
span { border-color: #AAFE0C; }
span { border-color: rgb(170,254,12); }
td.TdClassName
{
border-color: #AAFE0C;
}
.TagClassName
{
border-color: #AAFE0C;
}
</style>