Shades of Spring Bud #ADEC00
Tints of Spring Bud #ADEC00
RGB
CMYK
RGB Variations
Color information
#ADEC00 (or 0xADEC00) is known color: Spring Bud. HEX triplet: AD, EC and 00. RGB value is (173,236,0). Sum of RGB (Red+Green+Blue) = 173+236+0=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEC00 is #5213FF. Grayscale: #BFBFBF. Windows color (decimal): -5379072 or 60589. OLE color: 60589.
HSL color Cylindrical-coordinate representation of color #ADEC00: hue angle of 76.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADEC00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.07 |
| HSL | 76.02º | 1% | 0.46% | - |
| HSV(B) | 76.02º | 1% | 0.93% | - |
| XYZ | 47.23 | 68.88 | 10.81 | - |
| YUV | 190.26 | 20.63 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 0 | 0.27 | 0 | 1 | 0.07 | 76.02 | 1 | 0.46 |
| Hex | AD | EC | 0 | 1B | 0 | 64 | 7 | 4C | 64 | 2E |
| Octal | 255 | 354 | 0 | 33 | 0 | 144 | 7 | 114 | 144 | 56 |
| Binary | 10101101 | 11101100 | 0 | 11011 | 0 | 1100100 | 111 | 1001100 | 1100100 | 101110 |
Color Harmonies of #ADEC00
Complementary color
Monochromatic Colors of #ADEC00
Black with #ADEC00
Text Example
Text Example
White with #ADEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC00; }
p { color: rgb(173,236,0); }
H1.HeaderClassName
{
color: #ADEC00;
}
.AnyTagClassName
{
color: #ADEC00;
}
</style>
background-color css
<style>
a { background-color: #ADEC00; }
a { background-color: rgb(173,236,0); }
div.DivClassName
{
background-color: #ADEC00;
}
.BgClassName
{
background-color: #ADEC00;
}
</style>
border-color css
<style>
span { border-color: #ADEC00; }
span { border-color: rgb(173,236,0); }
td.TdClassName
{
border-color: #ADEC00;
}
.TagClassName
{
border-color: #ADEC00;
}
</style>