Shades of Spring Bud #A0F907
Tints of Spring Bud #A0F907
RGB
CMYK
RGB Variations
Color information
#A0F907 (or 0xA0F907) is known color: Spring Bud. HEX triplet: A0, F9 and 07. RGB value is (160,249,7). Sum of RGB (Red+Green+Blue) = 160+249+7=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F907 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F907 is #5F06F8. Grayscale: #C3C3C3. Windows color (decimal): -6227705 or 522656. OLE color: 522656.
HSL color Cylindrical-coordinate representation of color #A0F907: hue angle of 82.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0F907 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.02 |
| HSL | 82.07º | 0.95% | 0.5% | - |
| HSV(B) | 82.07º | 0.97% | 0.98% | - |
| XYZ | 48.41 | 75.24 | 12.17 | - |
| YUV | 194.8 | 22.01 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 7 | 0.36 | 0 | 0.97 | 0.02 | 82.07 | 0.95 | 0.5 |
| Hex | A0 | F9 | 7 | 24 | 0 | 61 | 2 | 52 | 5F | 32 |
| Octal | 240 | 371 | 7 | 44 | 0 | 141 | 2 | 122 | 137 | 62 |
| Binary | 10100000 | 11111001 | 111 | 100100 | 0 | 1100001 | 10 | 1010010 | 1011111 | 110010 |
Color Harmonies of #A0F907
Complementary color
Monochromatic Colors of #A0F907
Black with #A0F907
Text Example
Text Example
White with #A0F907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F907; }
p { color: rgb(160,249,7); }
H1.HeaderClassName
{
color: #A0F907;
}
.AnyTagClassName
{
color: #A0F907;
}
</style>
background-color css
<style>
a { background-color: #A0F907; }
a { background-color: rgb(160,249,7); }
div.DivClassName
{
background-color: #A0F907;
}
.BgClassName
{
background-color: #A0F907;
}
</style>
border-color css
<style>
span { border-color: #A0F907; }
span { border-color: rgb(160,249,7); }
td.TdClassName
{
border-color: #A0F907;
}
.TagClassName
{
border-color: #A0F907;
}
</style>