Shades of Spring Bud #AAEF00
Tints of Spring Bud #AAEF00
RGB
CMYK
RGB Variations
Color information
#AAEF00 (or 0xAAEF00) is known color: Spring Bud. HEX triplet: AA, EF and 00. RGB value is (170,239,0). Sum of RGB (Red+Green+Blue) = 170+239+0=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF00 is #5510FF. Grayscale: #C0C0C0. Windows color (decimal): -5574912 or 61354. OLE color: 61354.
HSL color Cylindrical-coordinate representation of color #AAEF00: hue angle of 77.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAEF00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.06 |
| HSL | 77.32º | 1% | 0.47% | - |
| HSV(B) | 77.32º | 1% | 0.94% | - |
| XYZ | 47.44 | 70.28 | 11.06 | - |
| YUV | 191.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 0 | 0.29 | 0 | 1 | 0.06 | 77.32 | 1 | 0.47 |
| Hex | AA | EF | 0 | 1D | 0 | 64 | 6 | 4D | 64 | 2F |
| Octal | 252 | 357 | 0 | 35 | 0 | 144 | 6 | 115 | 144 | 57 |
| Binary | 10101010 | 11101111 | 0 | 11101 | 0 | 1100100 | 110 | 1001101 | 1100100 | 101111 |
Color Harmonies of #AAEF00
Complementary color
Monochromatic Colors of #AAEF00
Black with #AAEF00
Text Example
Text Example
White with #AAEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF00; }
p { color: rgb(170,239,0); }
H1.HeaderClassName
{
color: #AAEF00;
}
.AnyTagClassName
{
color: #AAEF00;
}
</style>
background-color css
<style>
a { background-color: #AAEF00; }
a { background-color: rgb(170,239,0); }
div.DivClassName
{
background-color: #AAEF00;
}
.BgClassName
{
background-color: #AAEF00;
}
</style>
border-color css
<style>
span { border-color: #AAEF00; }
span { border-color: rgb(170,239,0); }
td.TdClassName
{
border-color: #AAEF00;
}
.TagClassName
{
border-color: #AAEF00;
}
</style>