Shades of Spring Bud #AAEE02
Tints of Spring Bud #AAEE02
RGB
CMYK
RGB Variations
Color information
#AAEE02 (or 0xAAEE02) is known color: Spring Bud. HEX triplet: AA, EE and 02. RGB value is (170,238,2). Sum of RGB (Red+Green+Blue) = 170+238+2=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE02 is #5511FD. Grayscale: #BFBFBF. Windows color (decimal): -5575166 or 192170. OLE color: 192170.
HSL color Cylindrical-coordinate representation of color #AAEE02: hue angle of 77.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAEE02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.07 |
| HSL | 77.29º | 0.98% | 0.47% | - |
| HSV(B) | 77.29º | 0.99% | 0.93% | - |
| XYZ | 47.16 | 69.7 | 11.03 | - |
| YUV | 190.76 | 21.47 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 2 | 0.29 | 0 | 0.99 | 0.07 | 77.29 | 0.98 | 0.47 |
| Hex | AA | EE | 2 | 1D | 0 | 63 | 7 | 4D | 62 | 2F |
| Octal | 252 | 356 | 2 | 35 | 0 | 143 | 7 | 115 | 142 | 57 |
| Binary | 10101010 | 11101110 | 10 | 11101 | 0 | 1100011 | 111 | 1001101 | 1100010 | 101111 |
Color Harmonies of #AAEE02
Complementary color
Monochromatic Colors of #AAEE02
Black with #AAEE02
Text Example
Text Example
White with #AAEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE02; }
p { color: rgb(170,238,2); }
H1.HeaderClassName
{
color: #AAEE02;
}
.AnyTagClassName
{
color: #AAEE02;
}
</style>
background-color css
<style>
a { background-color: #AAEE02; }
a { background-color: rgb(170,238,2); }
div.DivClassName
{
background-color: #AAEE02;
}
.BgClassName
{
background-color: #AAEE02;
}
</style>
border-color css
<style>
span { border-color: #AAEE02; }
span { border-color: rgb(170,238,2); }
td.TdClassName
{
border-color: #AAEE02;
}
.TagClassName
{
border-color: #AAEE02;
}
</style>