Shades of Spring Bud #A0FA0D
Tints of Spring Bud #A0FA0D
RGB
CMYK
RGB Variations
Color information
#A0FA0D (or 0xA0FA0D) is known color: Spring Bud. HEX triplet: A0, FA and 0D. RGB value is (160,250,13). Sum of RGB (Red+Green+Blue) = 160+250+13=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA0D is #5F05F2. Grayscale: #C4C4C4. Windows color (decimal): -6227443 or 916128. OLE color: 916128.
HSL color Cylindrical-coordinate representation of color #A0FA0D: hue angle of 82.78º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0FA0D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 13 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.02 |
| HSL | 82.78º | 0.96% | 0.52% | - |
| HSV(B) | 82.78º | 0.95% | 0.98% | - |
| XYZ | 48.76 | 75.87 | 12.46 | - |
| YUV | 196.07 | 24.68 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 13 | 0.36 | 0 | 0.95 | 0.02 | 82.78 | 0.96 | 0.52 |
| Hex | A0 | FA | D | 24 | 0 | 5F | 2 | 53 | 60 | 34 |
| Octal | 240 | 372 | 15 | 44 | 0 | 137 | 2 | 123 | 140 | 64 |
| Binary | 10100000 | 11111010 | 1101 | 100100 | 0 | 1011111 | 10 | 1010011 | 1100000 | 110100 |
Color Harmonies of #A0FA0D
Complementary color
Monochromatic Colors of #A0FA0D
Black with #A0FA0D
Text Example
Text Example
White with #A0FA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA0D; }
p { color: rgb(160,250,13); }
H1.HeaderClassName
{
color: #A0FA0D;
}
.AnyTagClassName
{
color: #A0FA0D;
}
</style>
background-color css
<style>
a { background-color: #A0FA0D; }
a { background-color: rgb(160,250,13); }
div.DivClassName
{
background-color: #A0FA0D;
}
.BgClassName
{
background-color: #A0FA0D;
}
</style>
border-color css
<style>
span { border-color: #A0FA0D; }
span { border-color: rgb(160,250,13); }
td.TdClassName
{
border-color: #A0FA0D;
}
.TagClassName
{
border-color: #A0FA0D;
}
</style>