Shades of Spring Bud #A8F901
Tints of Spring Bud #A8F901
RGB
CMYK
RGB Variations
Color information
#A8F901 (or 0xA8F901) is known color: Spring Bud. HEX triplet: A8, F9 and 01. RGB value is (168,249,1). Sum of RGB (Red+Green+Blue) = 168+249+1=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F901 is #5706FE. Grayscale: #C5C5C5. Windows color (decimal): -5703423 or 129448. OLE color: 129448.
HSL color Cylindrical-coordinate representation of color #A8F901: hue angle of 79.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8F901 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.02 |
| HSL | 79.6º | 0.99% | 0.49% | - |
| HSV(B) | 79.6º | 1% | 0.98% | - |
| XYZ | 50.03 | 76.08 | 12.08 | - |
| YUV | 196.51 | 17.66 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 1 | 0.33 | 0 | 1.00 | 0.02 | 79.6 | 0.99 | 0.49 |
| Hex | A8 | F9 | 1 | 21 | 0 | 64 | 2 | 50 | 63 | 31 |
| Octal | 250 | 371 | 1 | 41 | 0 | 144 | 2 | 120 | 143 | 61 |
| Binary | 10101000 | 11111001 | 1 | 100001 | 0 | 1100100 | 10 | 1010000 | 1100011 | 110001 |
Color Harmonies of #A8F901
Complementary color
Monochromatic Colors of #A8F901
Black with #A8F901
Text Example
Text Example
White with #A8F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F901; }
p { color: rgb(168,249,1); }
H1.HeaderClassName
{
color: #A8F901;
}
.AnyTagClassName
{
color: #A8F901;
}
</style>
background-color css
<style>
a { background-color: #A8F901; }
a { background-color: rgb(168,249,1); }
div.DivClassName
{
background-color: #A8F901;
}
.BgClassName
{
background-color: #A8F901;
}
</style>
border-color css
<style>
span { border-color: #A8F901; }
span { border-color: rgb(168,249,1); }
td.TdClassName
{
border-color: #A8F901;
}
.TagClassName
{
border-color: #A8F901;
}
</style>