Shades of Spring Bud #ABF60C
Tints of Spring Bud #ABF60C
RGB
CMYK
RGB Variations
Color information
#ABF60C (or 0xABF60C) is known color: Spring Bud. HEX triplet: AB, F6 and 0C. RGB value is (171,246,12). Sum of RGB (Red+Green+Blue) = 171+246+12=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF60C is #5409F3. Grayscale: #C5C5C5. Windows color (decimal): -5507572 or 849579. OLE color: 849579.
HSL color Cylindrical-coordinate representation of color #ABF60C: hue angle of 79.23º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF60C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.04 |
| HSL | 79.23º | 0.93% | 0.51% | - |
| HSV(B) | 79.23º | 0.95% | 0.96% | - |
| XYZ | 49.82 | 74.6 | 12.12 | - |
| YUV | 196.9 | 23.65 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 12 | 0.30 | 0 | 0.95 | 0.04 | 79.23 | 0.93 | 0.51 |
| Hex | AB | F6 | C | 1E | 0 | 5F | 4 | 4F | 5D | 33 |
| Octal | 253 | 366 | 14 | 36 | 0 | 137 | 4 | 117 | 135 | 63 |
| Binary | 10101011 | 11110110 | 1100 | 11110 | 0 | 1011111 | 100 | 1001111 | 1011101 | 110011 |
Color Harmonies of #ABF60C
Complementary color
Monochromatic Colors of #ABF60C
Black with #ABF60C
Text Example
Text Example
White with #ABF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF60C; }
p { color: rgb(171,246,12); }
H1.HeaderClassName
{
color: #ABF60C;
}
.AnyTagClassName
{
color: #ABF60C;
}
</style>
background-color css
<style>
a { background-color: #ABF60C; }
a { background-color: rgb(171,246,12); }
div.DivClassName
{
background-color: #ABF60C;
}
.BgClassName
{
background-color: #ABF60C;
}
</style>
border-color css
<style>
span { border-color: #ABF60C; }
span { border-color: rgb(171,246,12); }
td.TdClassName
{
border-color: #ABF60C;
}
.TagClassName
{
border-color: #ABF60C;
}
</style>