Shades of Spring Bud #ABFF0C
Tints of Spring Bud #ABFF0C
RGB
CMYK
RGB Variations
Color information
#ABFF0C (or 0xABFF0C) is known color: Spring Bud. HEX triplet: AB, FF and 0C. RGB value is (171,255,12). Sum of RGB (Red+Green+Blue) = 171+255+12=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF0C is #5400F3. Grayscale: #CBCBCB. Windows color (decimal): -5505268 or 851883. OLE color: 851883.
HSL color Cylindrical-coordinate representation of color #ABFF0C: hue angle of 80.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABFF0C is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 12 | - |
| CMYK | 0.33 | 0 | 0.95 | 0 |
| HSL | 80.74º | 1% | 0.52% | - |
| HSV(B) | 80.74º | 0.95% | 1% | - |
| XYZ | 52.62 | 80.2 | 13.06 | - |
| YUV | 202.18 | 20.67 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 12 | 0.33 | 0 | 0.95 | 0 | 80.74 | 1 | 0.52 |
| Hex | AB | FF | C | 21 | 0 | 5F | 0 | 51 | 64 | 34 |
| Octal | 253 | 377 | 14 | 41 | 0 | 137 | 0 | 121 | 144 | 64 |
| Binary | 10101011 | 11111111 | 1100 | 100001 | 0 | 1011111 | 0 | 1010001 | 1100100 | 110100 |
Color Harmonies of #ABFF0C
Complementary color
Monochromatic Colors of #ABFF0C
Black with #ABFF0C
Text Example
Text Example
White with #ABFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF0C; }
p { color: rgb(171,255,12); }
H1.HeaderClassName
{
color: #ABFF0C;
}
.AnyTagClassName
{
color: #ABFF0C;
}
</style>
background-color css
<style>
a { background-color: #ABFF0C; }
a { background-color: rgb(171,255,12); }
div.DivClassName
{
background-color: #ABFF0C;
}
.BgClassName
{
background-color: #ABFF0C;
}
</style>
border-color css
<style>
span { border-color: #ABFF0C; }
span { border-color: rgb(171,255,12); }
td.TdClassName
{
border-color: #ABFF0C;
}
.TagClassName
{
border-color: #ABFF0C;
}
</style>