Shades of Spring Bud #ABFF0D
Tints of Spring Bud #ABFF0D
RGB
CMYK
RGB Variations
Color information
#ABFF0D (or 0xABFF0D) is known color: Spring Bud. HEX triplet: AB, FF and 0D. RGB value is (171,255,13). Sum of RGB (Red+Green+Blue) = 171+255+13=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF0D is #5400F2. Grayscale: #CBCBCB. Windows color (decimal): -5505267 or 917419. OLE color: 917419.
HSL color Cylindrical-coordinate representation of color #ABFF0D: hue angle of 80.83º 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 #ABFF0D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 13 | - |
| CMYK | 0.33 | 0 | 0.95 | 0 |
| HSL | 80.83º | 1% | 0.53% | - |
| HSV(B) | 80.83º | 0.95% | 1% | - |
| XYZ | 52.63 | 80.21 | 13.09 | - |
| YUV | 202.3 | 21.17 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 13 | 0.33 | 0 | 0.95 | 0 | 80.83 | 1 | 0.53 |
| Hex | AB | FF | D | 21 | 0 | 5F | 0 | 51 | 64 | 35 |
| Octal | 253 | 377 | 15 | 41 | 0 | 137 | 0 | 121 | 144 | 65 |
| Binary | 10101011 | 11111111 | 1101 | 100001 | 0 | 1011111 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #ABFF0D
Complementary color
Monochromatic Colors of #ABFF0D
Black with #ABFF0D
Text Example
Text Example
White with #ABFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF0D; }
p { color: rgb(171,255,13); }
H1.HeaderClassName
{
color: #ABFF0D;
}
.AnyTagClassName
{
color: #ABFF0D;
}
</style>
background-color css
<style>
a { background-color: #ABFF0D; }
a { background-color: rgb(171,255,13); }
div.DivClassName
{
background-color: #ABFF0D;
}
.BgClassName
{
background-color: #ABFF0D;
}
</style>
border-color css
<style>
span { border-color: #ABFF0D; }
span { border-color: rgb(171,255,13); }
td.TdClassName
{
border-color: #ABFF0D;
}
.TagClassName
{
border-color: #ABFF0D;
}
</style>