Shades of Spring Bud #ABFF10
Tints of Spring Bud #ABFF10
RGB
CMYK
RGB Variations
Color information
#ABFF10 (or 0xABFF10) is known color: Spring Bud. HEX triplet: AB, FF and 10. RGB value is (171,255,16). Sum of RGB (Red+Green+Blue) = 171+255+16=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF10 is #5400EF. Grayscale: #CBCBCB. Windows color (decimal): -5505264 or 1114027. OLE color: 1114027.
HSL color Cylindrical-coordinate representation of color #ABFF10: hue angle of 81.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFF10 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 16 | - |
| CMYK | 0.33 | 0 | 0.94 | 0 |
| HSL | 81.09º | 1% | 0.53% | - |
| HSV(B) | 81.09º | 0.94% | 1% | - |
| XYZ | 52.65 | 80.22 | 13.2 | - |
| YUV | 202.64 | 22.67 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 16 | 0.33 | 0 | 0.94 | 0 | 81.09 | 1 | 0.53 |
| Hex | AB | FF | 10 | 21 | 0 | 5E | 0 | 51 | 64 | 35 |
| Octal | 253 | 377 | 20 | 41 | 0 | 136 | 0 | 121 | 144 | 65 |
| Binary | 10101011 | 11111111 | 10000 | 100001 | 0 | 1011110 | 0 | 1010001 | 1100100 | 110101 |
Color Harmonies of #ABFF10
Complementary color
Monochromatic Colors of #ABFF10
Black with #ABFF10
Text Example
Text Example
White with #ABFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF10; }
p { color: rgb(171,255,16); }
H1.HeaderClassName
{
color: #ABFF10;
}
.AnyTagClassName
{
color: #ABFF10;
}
</style>
background-color css
<style>
a { background-color: #ABFF10; }
a { background-color: rgb(171,255,16); }
div.DivClassName
{
background-color: #ABFF10;
}
.BgClassName
{
background-color: #ABFF10;
}
</style>
border-color css
<style>
span { border-color: #ABFF10; }
span { border-color: rgb(171,255,16); }
td.TdClassName
{
border-color: #ABFF10;
}
.TagClassName
{
border-color: #ABFF10;
}
</style>