Shades of Spring Bud #ABEC00
Tints of Spring Bud #ABEC00
RGB
CMYK
RGB Variations
Color information
#ABEC00 (or 0xABEC00) is known color: Spring Bud. HEX triplet: AB, EC and 00. RGB value is (171,236,0). Sum of RGB (Red+Green+Blue) = 171+236+0=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC00 is #5413FF. Grayscale: #BEBEBE. Windows color (decimal): -5510144 or 60587. OLE color: 60587.
HSL color Cylindrical-coordinate representation of color #ABEC00: hue angle of 76.53º 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 #ABEC00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.07 |
| HSL | 76.53º | 1% | 0.46% | - |
| HSV(B) | 76.53º | 1% | 0.93% | - |
| XYZ | 46.79 | 68.65 | 10.78 | - |
| YUV | 189.66 | 20.97 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 0 | 0.28 | 0 | 1 | 0.07 | 76.53 | 1 | 0.46 |
| Hex | AB | EC | 0 | 1C | 0 | 64 | 7 | 4D | 64 | 2E |
| Octal | 253 | 354 | 0 | 34 | 0 | 144 | 7 | 115 | 144 | 56 |
| Binary | 10101011 | 11101100 | 0 | 11100 | 0 | 1100100 | 111 | 1001101 | 1100100 | 101110 |
Color Harmonies of #ABEC00
Complementary color
Monochromatic Colors of #ABEC00
Black with #ABEC00
Text Example
Text Example
White with #ABEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC00; }
p { color: rgb(171,236,0); }
H1.HeaderClassName
{
color: #ABEC00;
}
.AnyTagClassName
{
color: #ABEC00;
}
</style>
background-color css
<style>
a { background-color: #ABEC00; }
a { background-color: rgb(171,236,0); }
div.DivClassName
{
background-color: #ABEC00;
}
.BgClassName
{
background-color: #ABEC00;
}
</style>
border-color css
<style>
span { border-color: #ABEC00; }
span { border-color: rgb(171,236,0); }
td.TdClassName
{
border-color: #ABEC00;
}
.TagClassName
{
border-color: #ABEC00;
}
</style>