Shades of Spring Bud #ABF102
Tints of Spring Bud #ABF102
RGB
CMYK
RGB Variations
Color information
#ABF102 (or 0xABF102) is known color: Spring Bud. HEX triplet: AB, F1 and 02. RGB value is (171,241,2). Sum of RGB (Red+Green+Blue) = 171+241+2=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF102 is #540EFD. Grayscale: #C1C1C1. Windows color (decimal): -5508862 or 192939. OLE color: 192939.
HSL color Cylindrical-coordinate representation of color #ABF102: hue angle of 77.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF102 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.05 |
| HSL | 77.57º | 0.98% | 0.48% | - |
| HSV(B) | 77.57º | 0.99% | 0.95% | - |
| XYZ | 48.26 | 71.57 | 11.33 | - |
| YUV | 192.82 | 20.31 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 2 | 0.29 | 0 | 0.99 | 0.05 | 77.57 | 0.98 | 0.48 |
| Hex | AB | F1 | 2 | 1D | 0 | 63 | 5 | 4E | 62 | 30 |
| Octal | 253 | 361 | 2 | 35 | 0 | 143 | 5 | 116 | 142 | 60 |
| Binary | 10101011 | 11110001 | 10 | 11101 | 0 | 1100011 | 101 | 1001110 | 1100010 | 110000 |
Color Harmonies of #ABF102
Complementary color
Monochromatic Colors of #ABF102
Black with #ABF102
Text Example
Text Example
White with #ABF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF102; }
p { color: rgb(171,241,2); }
H1.HeaderClassName
{
color: #ABF102;
}
.AnyTagClassName
{
color: #ABF102;
}
</style>
background-color css
<style>
a { background-color: #ABF102; }
a { background-color: rgb(171,241,2); }
div.DivClassName
{
background-color: #ABF102;
}
.BgClassName
{
background-color: #ABF102;
}
</style>
border-color css
<style>
span { border-color: #ABF102; }
span { border-color: rgb(171,241,2); }
td.TdClassName
{
border-color: #ABF102;
}
.TagClassName
{
border-color: #ABF102;
}
</style>