Shades of Spring Bud #A0F90B
Tints of Spring Bud #A0F90B
RGB
CMYK
RGB Variations
Color information
#A0F90B (or 0xA0F90B) is known color: Spring Bud. HEX triplet: A0, F9 and 0B. RGB value is (160,249,11). Sum of RGB (Red+Green+Blue) = 160+249+11=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F90B is #5F06F4. Grayscale: #C4C4C4. Windows color (decimal): -6227701 or 784800. OLE color: 784800.
HSL color Cylindrical-coordinate representation of color #A0F90B: hue angle of 82.44º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0F90B is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 11 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.02 |
| HSL | 82.44º | 0.95% | 0.51% | - |
| HSV(B) | 82.44º | 0.96% | 0.98% | - |
| XYZ | 48.43 | 75.25 | 12.29 | - |
| YUV | 195.26 | 24.01 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 11 | 0.36 | 0 | 0.96 | 0.02 | 82.44 | 0.95 | 0.51 |
| Hex | A0 | F9 | B | 24 | 0 | 60 | 2 | 52 | 5F | 33 |
| Octal | 240 | 371 | 13 | 44 | 0 | 140 | 2 | 122 | 137 | 63 |
| Binary | 10100000 | 11111001 | 1011 | 100100 | 0 | 1100000 | 10 | 1010010 | 1011111 | 110011 |
Color Harmonies of #A0F90B
Complementary color
Monochromatic Colors of #A0F90B
Black with #A0F90B
Text Example
Text Example
White with #A0F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F90B; }
p { color: rgb(160,249,11); }
H1.HeaderClassName
{
color: #A0F90B;
}
.AnyTagClassName
{
color: #A0F90B;
}
</style>
background-color css
<style>
a { background-color: #A0F90B; }
a { background-color: rgb(160,249,11); }
div.DivClassName
{
background-color: #A0F90B;
}
.BgClassName
{
background-color: #A0F90B;
}
</style>
border-color css
<style>
span { border-color: #A0F90B; }
span { border-color: rgb(160,249,11); }
td.TdClassName
{
border-color: #A0F90B;
}
.TagClassName
{
border-color: #A0F90B;
}
</style>