Shades of Spring Bud #A0FD05
Tints of Spring Bud #A0FD05
RGB
CMYK
RGB Variations
Color information
#A0FD05 (or 0xA0FD05) is known color: Spring Bud. HEX triplet: A0, FD and 05. RGB value is (160,253,5). Sum of RGB (Red+Green+Blue) = 160+253+5=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FD05 is #5F02FA. Grayscale: #C5C5C5. Windows color (decimal): -6226683 or 392608. OLE color: 392608.
HSL color Cylindrical-coordinate representation of color #A0FD05: hue angle of 82.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0FD05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.01 |
| HSL | 82.5º | 0.98% | 0.51% | - |
| HSV(B) | 82.5º | 0.98% | 0.99% | - |
| XYZ | 49.65 | 77.74 | 12.53 | - |
| YUV | 196.92 | 19.69 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 5 | 0.37 | 0 | 0.98 | 0.01 | 82.5 | 0.98 | 0.51 |
| Hex | A0 | FD | 5 | 25 | 0 | 62 | 1 | 52 | 62 | 33 |
| Octal | 240 | 375 | 5 | 45 | 0 | 142 | 1 | 122 | 142 | 63 |
| Binary | 10100000 | 11111101 | 101 | 100101 | 0 | 1100010 | 1 | 1010010 | 1100010 | 110011 |
Color Harmonies of #A0FD05
Complementary color
Monochromatic Colors of #A0FD05
Black with #A0FD05
Text Example
Text Example
White with #A0FD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD05; }
p { color: rgb(160,253,5); }
H1.HeaderClassName
{
color: #A0FD05;
}
.AnyTagClassName
{
color: #A0FD05;
}
</style>
background-color css
<style>
a { background-color: #A0FD05; }
a { background-color: rgb(160,253,5); }
div.DivClassName
{
background-color: #A0FD05;
}
.BgClassName
{
background-color: #A0FD05;
}
</style>
border-color css
<style>
span { border-color: #A0FD05; }
span { border-color: rgb(160,253,5); }
td.TdClassName
{
border-color: #A0FD05;
}
.TagClassName
{
border-color: #A0FD05;
}
</style>