Shades of Spring Bud #A0F603
Tints of Spring Bud #A0F603
RGB
CMYK
RGB Variations
Color information
#A0F603 (or 0xA0F603) is known color: Spring Bud. HEX triplet: A0, F6 and 03. RGB value is (160,246,3). Sum of RGB (Red+Green+Blue) = 160+246+3=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F603 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F603 is #5F09FC. Grayscale: #C1C1C1. Windows color (decimal): -6228477 or 259744. OLE color: 259744.
HSL color Cylindrical-coordinate representation of color #A0F603: hue angle of 81.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0F603 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.04 |
| HSL | 81.23º | 0.98% | 0.49% | - |
| HSV(B) | 81.23º | 0.99% | 0.96% | - |
| XYZ | 47.47 | 73.39 | 11.75 | - |
| YUV | 192.58 | 21.01 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 3 | 0.35 | 0 | 0.99 | 0.04 | 81.23 | 0.98 | 0.49 |
| Hex | A0 | F6 | 3 | 23 | 0 | 63 | 4 | 51 | 62 | 31 |
| Octal | 240 | 366 | 3 | 43 | 0 | 143 | 4 | 121 | 142 | 61 |
| Binary | 10100000 | 11110110 | 11 | 100011 | 0 | 1100011 | 100 | 1010001 | 1100010 | 110001 |
Color Harmonies of #A0F603
Complementary color
Monochromatic Colors of #A0F603
Black with #A0F603
Text Example
Text Example
White with #A0F603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F603; }
p { color: rgb(160,246,3); }
H1.HeaderClassName
{
color: #A0F603;
}
.AnyTagClassName
{
color: #A0F603;
}
</style>
background-color css
<style>
a { background-color: #A0F603; }
a { background-color: rgb(160,246,3); }
div.DivClassName
{
background-color: #A0F603;
}
.BgClassName
{
background-color: #A0F603;
}
</style>
border-color css
<style>
span { border-color: #A0F603; }
span { border-color: rgb(160,246,3); }
td.TdClassName
{
border-color: #A0F603;
}
.TagClassName
{
border-color: #A0F603;
}
</style>