Shades of Spring Bud #A0F301
Tints of Spring Bud #A0F301
RGB
CMYK
RGB Variations
Color information
#A0F301 (or 0xA0F301) is known color: Spring Bud. HEX triplet: A0, F3 and 01. RGB value is (160,243,1). Sum of RGB (Red+Green+Blue) = 160+243+1=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F301 is #5F0CFE. Grayscale: #BFBFBF. Windows color (decimal): -6229247 or 127904. OLE color: 127904.
HSL color Cylindrical-coordinate representation of color #A0F301: hue angle of 80.58º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0F301 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.05 |
| HSL | 80.58º | 0.99% | 0.48% | - |
| HSV(B) | 80.58º | 1% | 0.95% | - |
| XYZ | 46.55 | 71.58 | 11.39 | - |
| YUV | 190.6 | 21 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 1 | 0.34 | 0 | 1.00 | 0.05 | 80.58 | 0.99 | 0.48 |
| Hex | A0 | F3 | 1 | 22 | 0 | 64 | 5 | 51 | 63 | 30 |
| Octal | 240 | 363 | 1 | 42 | 0 | 144 | 5 | 121 | 143 | 60 |
| Binary | 10100000 | 11110011 | 1 | 100010 | 0 | 1100100 | 101 | 1010001 | 1100011 | 110000 |
Color Harmonies of #A0F301
Complementary color
Monochromatic Colors of #A0F301
Black with #A0F301
Text Example
Text Example
White with #A0F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F301; }
p { color: rgb(160,243,1); }
H1.HeaderClassName
{
color: #A0F301;
}
.AnyTagClassName
{
color: #A0F301;
}
</style>
background-color css
<style>
a { background-color: #A0F301; }
a { background-color: rgb(160,243,1); }
div.DivClassName
{
background-color: #A0F301;
}
.BgClassName
{
background-color: #A0F301;
}
</style>
border-color css
<style>
span { border-color: #A0F301; }
span { border-color: rgb(160,243,1); }
td.TdClassName
{
border-color: #A0F301;
}
.TagClassName
{
border-color: #A0F301;
}
</style>