Shades of Spring Bud #ADEE02
Tints of Spring Bud #ADEE02
RGB
CMYK
RGB Variations
Color information
#ADEE02 (or 0xADEE02) is known color: Spring Bud. HEX triplet: AD, EE and 02. RGB value is (173,238,2). Sum of RGB (Red+Green+Blue) = 173+238+2=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 238 (93.36% from 255 or 57.63% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEE02 is #5211FD. Grayscale: #C0C0C0. Windows color (decimal): -5378558 or 192173. OLE color: 192173.
HSL color Cylindrical-coordinate representation of color #ADEE02: hue angle of 76.53º 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 #ADEE02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.07 |
| HSL | 76.53º | 0.98% | 0.47% | - |
| HSV(B) | 76.53º | 0.99% | 0.93% | - |
| XYZ | 47.82 | 70.04 | 11.06 | - |
| YUV | 191.66 | 20.97 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 2 | 0.27 | 0 | 0.99 | 0.07 | 76.53 | 0.98 | 0.47 |
| Hex | AD | EE | 2 | 1B | 0 | 63 | 7 | 4D | 62 | 2F |
| Octal | 255 | 356 | 2 | 33 | 0 | 143 | 7 | 115 | 142 | 57 |
| Binary | 10101101 | 11101110 | 10 | 11011 | 0 | 1100011 | 111 | 1001101 | 1100010 | 101111 |
Color Harmonies of #ADEE02
Complementary color
Monochromatic Colors of #ADEE02
Black with #ADEE02
Text Example
Text Example
White with #ADEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE02; }
p { color: rgb(173,238,2); }
H1.HeaderClassName
{
color: #ADEE02;
}
.AnyTagClassName
{
color: #ADEE02;
}
</style>
background-color css
<style>
a { background-color: #ADEE02; }
a { background-color: rgb(173,238,2); }
div.DivClassName
{
background-color: #ADEE02;
}
.BgClassName
{
background-color: #ADEE02;
}
</style>
border-color css
<style>
span { border-color: #ADEE02; }
span { border-color: rgb(173,238,2); }
td.TdClassName
{
border-color: #ADEE02;
}
.TagClassName
{
border-color: #ADEE02;
}
</style>