Shades of Spring Bud #A0F912
Tints of Spring Bud #A0F912
RGB
CMYK
RGB Variations
Color information
#A0F912 (or 0xA0F912) is known color: Spring Bud. HEX triplet: A0, F9 and 12. RGB value is (160,249,18). Sum of RGB (Red+Green+Blue) = 160+249+18=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 249 (97.66% from 255 or 58.31% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F912 is #5F06ED. Grayscale: #C4C4C4. Windows color (decimal): -6227694 or 1243552. OLE color: 1243552.
HSL color Cylindrical-coordinate representation of color #A0F912: hue angle of 83.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0F912 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.02 |
| HSL | 83.12º | 0.95% | 0.52% | - |
| HSV(B) | 83.12º | 0.93% | 0.98% | - |
| XYZ | 48.48 | 75.27 | 12.55 | - |
| YUV | 196.06 | 27.51 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 18 | 0.36 | 0 | 0.93 | 0.02 | 83.12 | 0.95 | 0.52 |
| Hex | A0 | F9 | 12 | 24 | 0 | 5D | 2 | 53 | 5F | 34 |
| Octal | 240 | 371 | 22 | 44 | 0 | 135 | 2 | 123 | 137 | 64 |
| Binary | 10100000 | 11111001 | 10010 | 100100 | 0 | 1011101 | 10 | 1010011 | 1011111 | 110100 |
Color Harmonies of #A0F912
Complementary color
Monochromatic Colors of #A0F912
Black with #A0F912
Text Example
Text Example
White with #A0F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F912; }
p { color: rgb(160,249,18); }
H1.HeaderClassName
{
color: #A0F912;
}
.AnyTagClassName
{
color: #A0F912;
}
</style>
background-color css
<style>
a { background-color: #A0F912; }
a { background-color: rgb(160,249,18); }
div.DivClassName
{
background-color: #A0F912;
}
.BgClassName
{
background-color: #A0F912;
}
</style>
border-color css
<style>
span { border-color: #A0F912; }
span { border-color: rgb(160,249,18); }
td.TdClassName
{
border-color: #A0F912;
}
.TagClassName
{
border-color: #A0F912;
}
</style>