Shades of Spring Bud #AAEF02
Tints of Spring Bud #AAEF02
RGB
CMYK
RGB Variations
Color information
#AAEF02 (or 0xAAEF02) is known color: Spring Bud. HEX triplet: AA, EF and 02. RGB value is (170,239,2). Sum of RGB (Red+Green+Blue) = 170+239+2=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF02 is #5510FD. Grayscale: #C0C0C0. Windows color (decimal): -5574910 or 192426. OLE color: 192426.
HSL color Cylindrical-coordinate representation of color #AAEF02: hue angle of 77.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAEF02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.06 |
| HSL | 77.47º | 0.98% | 0.47% | - |
| HSV(B) | 77.47º | 0.99% | 0.94% | - |
| XYZ | 47.46 | 70.28 | 11.12 | - |
| YUV | 191.35 | 21.14 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 2 | 0.29 | 0 | 0.99 | 0.06 | 77.47 | 0.98 | 0.47 |
| Hex | AA | EF | 2 | 1D | 0 | 63 | 6 | 4D | 62 | 2F |
| Octal | 252 | 357 | 2 | 35 | 0 | 143 | 6 | 115 | 142 | 57 |
| Binary | 10101010 | 11101111 | 10 | 11101 | 0 | 1100011 | 110 | 1001101 | 1100010 | 101111 |
Color Harmonies of #AAEF02
Complementary color
Monochromatic Colors of #AAEF02
Black with #AAEF02
Text Example
Text Example
White with #AAEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF02; }
p { color: rgb(170,239,2); }
H1.HeaderClassName
{
color: #AAEF02;
}
.AnyTagClassName
{
color: #AAEF02;
}
</style>
background-color css
<style>
a { background-color: #AAEF02; }
a { background-color: rgb(170,239,2); }
div.DivClassName
{
background-color: #AAEF02;
}
.BgClassName
{
background-color: #AAEF02;
}
</style>
border-color css
<style>
span { border-color: #AAEF02; }
span { border-color: rgb(170,239,2); }
td.TdClassName
{
border-color: #AAEF02;
}
.TagClassName
{
border-color: #AAEF02;
}
</style>