Shades of Spring Bud #ABFE09
Tints of Spring Bud #ABFE09
RGB
CMYK
RGB Variations
Color information
#ABFE09 (or 0xABFE09) is known color: Spring Bud. HEX triplet: AB, FE and 09. RGB value is (171,254,9). Sum of RGB (Red+Green+Blue) = 171+254+9=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE09 is #5401F6. Grayscale: #CACACA. Windows color (decimal): -5505527 or 655019. OLE color: 655019.
HSL color Cylindrical-coordinate representation of color #ABFE09: hue angle of 80.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABFE09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 9 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.00 |
| HSL | 80.33º | 0.99% | 0.52% | - |
| HSV(B) | 80.33º | 0.96% | 1% | - |
| XYZ | 52.29 | 79.56 | 12.86 | - |
| YUV | 201.25 | 19.5 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 9 | 0.33 | 0 | 0.96 | 0.00 | 80.33 | 0.99 | 0.52 |
| Hex | AB | FE | 9 | 21 | 0 | 60 | 0 | 50 | 63 | 34 |
| Octal | 253 | 376 | 11 | 41 | 0 | 140 | 0 | 120 | 143 | 64 |
| Binary | 10101011 | 11111110 | 1001 | 100001 | 0 | 1100000 | 0 | 1010000 | 1100011 | 110100 |
Color Harmonies of #ABFE09
Complementary color
Monochromatic Colors of #ABFE09
Black with #ABFE09
Text Example
Text Example
White with #ABFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE09; }
p { color: rgb(171,254,9); }
H1.HeaderClassName
{
color: #ABFE09;
}
.AnyTagClassName
{
color: #ABFE09;
}
</style>
background-color css
<style>
a { background-color: #ABFE09; }
a { background-color: rgb(171,254,9); }
div.DivClassName
{
background-color: #ABFE09;
}
.BgClassName
{
background-color: #ABFE09;
}
</style>
border-color css
<style>
span { border-color: #ABFE09; }
span { border-color: rgb(171,254,9); }
td.TdClassName
{
border-color: #ABFE09;
}
.TagClassName
{
border-color: #ABFE09;
}
</style>