Shades of Spring Bud #ABFC0A
Tints of Spring Bud #ABFC0A
RGB
CMYK
RGB Variations
Color information
#ABFC0A (or 0xABFC0A) is known color: Spring Bud. HEX triplet: AB, FC and 0A. RGB value is (171,252,10). Sum of RGB (Red+Green+Blue) = 171+252+10=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 252 (98.83% from 255 or 58.20% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC0A is #5403F5. Grayscale: #C9C9C9. Windows color (decimal): -5506038 or 720043. OLE color: 720043.
HSL color Cylindrical-coordinate representation of color #ABFC0A: hue angle of 80.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABFC0A is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 10 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.01 |
| HSL | 80.08º | 0.98% | 0.51% | - |
| HSV(B) | 80.08º | 0.96% | 0.99% | - |
| XYZ | 51.66 | 78.3 | 12.68 | - |
| YUV | 200.19 | 20.66 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 10 | 0.32 | 0 | 0.96 | 0.01 | 80.08 | 0.98 | 0.51 |
| Hex | AB | FC | A | 20 | 0 | 60 | 1 | 50 | 62 | 33 |
| Octal | 253 | 374 | 12 | 40 | 0 | 140 | 1 | 120 | 142 | 63 |
| Binary | 10101011 | 11111100 | 1010 | 100000 | 0 | 1100000 | 1 | 1010000 | 1100010 | 110011 |
Color Harmonies of #ABFC0A
Complementary color
Monochromatic Colors of #ABFC0A
Black with #ABFC0A
Text Example
Text Example
White with #ABFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC0A; }
p { color: rgb(171,252,10); }
H1.HeaderClassName
{
color: #ABFC0A;
}
.AnyTagClassName
{
color: #ABFC0A;
}
</style>
background-color css
<style>
a { background-color: #ABFC0A; }
a { background-color: rgb(171,252,10); }
div.DivClassName
{
background-color: #ABFC0A;
}
.BgClassName
{
background-color: #ABFC0A;
}
</style>
border-color css
<style>
span { border-color: #ABFC0A; }
span { border-color: rgb(171,252,10); }
td.TdClassName
{
border-color: #ABFC0A;
}
.TagClassName
{
border-color: #ABFC0A;
}
</style>