Shades of Spring Bud #ABF610
Tints of Spring Bud #ABF610
RGB
CMYK
RGB Variations
Color information
#ABF610 (or 0xABF610) is known color: Spring Bud. HEX triplet: AB, F6 and 10. RGB value is (171,246,16). Sum of RGB (Red+Green+Blue) = 171+246+16=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF610 is #5409EF. Grayscale: #C6C6C6. Windows color (decimal): -5507568 or 1111723. OLE color: 1111723.
HSL color Cylindrical-coordinate representation of color #ABF610: hue angle of 79.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABF610 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 16 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.04 |
| HSL | 79.57º | 0.93% | 0.51% | - |
| HSV(B) | 79.57º | 0.93% | 0.96% | - |
| XYZ | 49.84 | 74.61 | 12.26 | - |
| YUV | 197.36 | 25.65 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 16 | 0.30 | 0 | 0.93 | 0.04 | 79.57 | 0.93 | 0.51 |
| Hex | AB | F6 | 10 | 1E | 0 | 5D | 4 | 50 | 5D | 33 |
| Octal | 253 | 366 | 20 | 36 | 0 | 135 | 4 | 120 | 135 | 63 |
| Binary | 10101011 | 11110110 | 10000 | 11110 | 0 | 1011101 | 100 | 1010000 | 1011101 | 110011 |
Color Harmonies of #ABF610
Complementary color
Monochromatic Colors of #ABF610
Black with #ABF610
Text Example
Text Example
White with #ABF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF610; }
p { color: rgb(171,246,16); }
H1.HeaderClassName
{
color: #ABF610;
}
.AnyTagClassName
{
color: #ABF610;
}
</style>
background-color css
<style>
a { background-color: #ABF610; }
a { background-color: rgb(171,246,16); }
div.DivClassName
{
background-color: #ABF610;
}
.BgClassName
{
background-color: #ABF610;
}
</style>
border-color css
<style>
span { border-color: #ABF610; }
span { border-color: rgb(171,246,16); }
td.TdClassName
{
border-color: #ABF610;
}
.TagClassName
{
border-color: #ABF610;
}
</style>