Shades of Spring Bud #A0F705
Tints of Spring Bud #A0F705
RGB
CMYK
RGB Variations
Color information
#A0F705 (or 0xA0F705) is known color: Spring Bud. HEX triplet: A0, F7 and 05. RGB value is (160,247,5). Sum of RGB (Red+Green+Blue) = 160+247+5=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 247 (96.88% from 255 or 59.95% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F705 is #5F08FA. Grayscale: #C2C2C2. Windows color (decimal): -6228219 or 391072. OLE color: 391072.
HSL color Cylindrical-coordinate representation of color #A0F705: hue angle of 81.57º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0F705 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.03 |
| HSL | 81.57º | 0.96% | 0.49% | - |
| HSV(B) | 81.57º | 0.98% | 0.97% | - |
| XYZ | 47.79 | 74.01 | 11.91 | - |
| YUV | 193.4 | 21.68 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 5 | 0.35 | 0 | 0.98 | 0.03 | 81.57 | 0.96 | 0.49 |
| Hex | A0 | F7 | 5 | 23 | 0 | 62 | 3 | 52 | 60 | 31 |
| Octal | 240 | 367 | 5 | 43 | 0 | 142 | 3 | 122 | 140 | 61 |
| Binary | 10100000 | 11110111 | 101 | 100011 | 0 | 1100010 | 11 | 1010010 | 1100000 | 110001 |
Color Harmonies of #A0F705
Complementary color
Monochromatic Colors of #A0F705
Black with #A0F705
Text Example
Text Example
White with #A0F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F705; }
p { color: rgb(160,247,5); }
H1.HeaderClassName
{
color: #A0F705;
}
.AnyTagClassName
{
color: #A0F705;
}
</style>
background-color css
<style>
a { background-color: #A0F705; }
a { background-color: rgb(160,247,5); }
div.DivClassName
{
background-color: #A0F705;
}
.BgClassName
{
background-color: #A0F705;
}
</style>
border-color css
<style>
span { border-color: #A0F705; }
span { border-color: rgb(160,247,5); }
td.TdClassName
{
border-color: #A0F705;
}
.TagClassName
{
border-color: #A0F705;
}
</style>