Shades of Spring Bud #A0FA08
Tints of Spring Bud #A0FA08
RGB
CMYK
RGB Variations
Color information
#A0FA08 (or 0xA0FA08) is known color: Spring Bud. HEX triplet: A0, FA and 08. RGB value is (160,250,8). Sum of RGB (Red+Green+Blue) = 160+250+8=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA08 is #5F05F7. Grayscale: #C4C4C4. Windows color (decimal): -6227448 or 588448. OLE color: 588448.
HSL color Cylindrical-coordinate representation of color #A0FA08: hue angle of 82.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0FA08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 8 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.02 |
| HSL | 82.31º | 0.96% | 0.51% | - |
| HSV(B) | 82.31º | 0.97% | 0.98% | - |
| XYZ | 48.73 | 75.86 | 12.3 | - |
| YUV | 195.5 | 22.18 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 8 | 0.36 | 0 | 0.97 | 0.02 | 82.31 | 0.96 | 0.51 |
| Hex | A0 | FA | 8 | 24 | 0 | 61 | 2 | 52 | 60 | 33 |
| Octal | 240 | 372 | 10 | 44 | 0 | 141 | 2 | 122 | 140 | 63 |
| Binary | 10100000 | 11111010 | 1000 | 100100 | 0 | 1100001 | 10 | 1010010 | 1100000 | 110011 |
Color Harmonies of #A0FA08
Complementary color
Monochromatic Colors of #A0FA08
Black with #A0FA08
Text Example
Text Example
White with #A0FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA08; }
p { color: rgb(160,250,8); }
H1.HeaderClassName
{
color: #A0FA08;
}
.AnyTagClassName
{
color: #A0FA08;
}
</style>
background-color css
<style>
a { background-color: #A0FA08; }
a { background-color: rgb(160,250,8); }
div.DivClassName
{
background-color: #A0FA08;
}
.BgClassName
{
background-color: #A0FA08;
}
</style>
border-color css
<style>
span { border-color: #A0FA08; }
span { border-color: rgb(160,250,8); }
td.TdClassName
{
border-color: #A0FA08;
}
.TagClassName
{
border-color: #A0FA08;
}
</style>