Shades of Spring Bud #A0FB05
Tints of Spring Bud #A0FB05
RGB
CMYK
RGB Variations
Color information
#A0FB05 (or 0xA0FB05) is known color: Spring Bud. HEX triplet: A0, FB and 05. RGB value is (160,251,5). Sum of RGB (Red+Green+Blue) = 160+251+5=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB05 is #5F04FA. Grayscale: #C4C4C4. Windows color (decimal): -6227195 or 392096. OLE color: 392096.
HSL color Cylindrical-coordinate representation of color #A0FB05: hue angle of 82.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0FB05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.02 |
| HSL | 82.2º | 0.97% | 0.5% | - |
| HSV(B) | 82.2º | 0.98% | 0.98% | - |
| XYZ | 49.02 | 76.48 | 12.32 | - |
| YUV | 195.75 | 20.35 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 5 | 0.36 | 0 | 0.98 | 0.02 | 82.2 | 0.97 | 0.5 |
| Hex | A0 | FB | 5 | 24 | 0 | 62 | 2 | 52 | 61 | 32 |
| Octal | 240 | 373 | 5 | 44 | 0 | 142 | 2 | 122 | 141 | 62 |
| Binary | 10100000 | 11111011 | 101 | 100100 | 0 | 1100010 | 10 | 1010010 | 1100001 | 110010 |
Color Harmonies of #A0FB05
Complementary color
Monochromatic Colors of #A0FB05
Black with #A0FB05
Text Example
Text Example
White with #A0FB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB05; }
p { color: rgb(160,251,5); }
H1.HeaderClassName
{
color: #A0FB05;
}
.AnyTagClassName
{
color: #A0FB05;
}
</style>
background-color css
<style>
a { background-color: #A0FB05; }
a { background-color: rgb(160,251,5); }
div.DivClassName
{
background-color: #A0FB05;
}
.BgClassName
{
background-color: #A0FB05;
}
</style>
border-color css
<style>
span { border-color: #A0FB05; }
span { border-color: rgb(160,251,5); }
td.TdClassName
{
border-color: #A0FB05;
}
.TagClassName
{
border-color: #A0FB05;
}
</style>