Shades of Spring Bud #ABFF0E
Tints of Spring Bud #ABFF0E
RGB
CMYK
RGB Variations
Color information
#ABFF0E (or 0xABFF0E) is known color: Spring Bud. HEX triplet: AB, FF and 0E. RGB value is (171,255,14). Sum of RGB (Red+Green+Blue) = 171+255+14=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF0E is #5400F1. Grayscale: #CBCBCB. Windows color (decimal): -5505266 or 982955. OLE color: 982955.
HSL color Cylindrical-coordinate representation of color #ABFF0E: hue angle of 80.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABFF0E is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 14 | - |
| CMYK | 0.33 | 0 | 0.95 | 0 |
| HSL | 80.91º | 1% | 0.53% | - |
| HSV(B) | 80.91º | 0.95% | 1% | - |
| XYZ | 52.63 | 80.21 | 13.12 | - |
| YUV | 202.41 | 21.67 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 14 | 0.33 | 0 | 0.95 | 0 | 80.91 | 1 | 0.53 |
| Hex | AB | FF | E | 21 | 0 | 5F | 0 | 51 | 64 | 35 |
| Octal | 253 | 377 | 16 | 41 | 0 | 137 | 0 | 121 | 144 | 65 |
| Binary | 10101011 | 11111111 | 1110 | 100001 | 0 | 1011111 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #ABFF0E
Complementary color
Monochromatic Colors of #ABFF0E
Black with #ABFF0E
Text Example
Text Example
White with #ABFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF0E; }
p { color: rgb(171,255,14); }
H1.HeaderClassName
{
color: #ABFF0E;
}
.AnyTagClassName
{
color: #ABFF0E;
}
</style>
background-color css
<style>
a { background-color: #ABFF0E; }
a { background-color: rgb(171,255,14); }
div.DivClassName
{
background-color: #ABFF0E;
}
.BgClassName
{
background-color: #ABFF0E;
}
</style>
border-color css
<style>
span { border-color: #ABFF0E; }
span { border-color: rgb(171,255,14); }
td.TdClassName
{
border-color: #ABFF0E;
}
.TagClassName
{
border-color: #ABFF0E;
}
</style>