Shades of Spring Bud #A8FA12
Tints of Spring Bud #A8FA12
RGB
CMYK
RGB Variations
Color information
#A8FA12 (or 0xA8FA12) is known color: Spring Bud. HEX triplet: A8, FA and 12. RGB value is (168,250,18). Sum of RGB (Red+Green+Blue) = 168+250+18=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FA12 is #5705ED. Grayscale: #C7C7C7. Windows color (decimal): -5703150 or 1243816. OLE color: 1243816.
HSL color Cylindrical-coordinate representation of color #A8FA12: hue angle of 81.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8FA12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 18 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.02 |
| HSL | 81.21º | 0.96% | 0.53% | - |
| HSV(B) | 81.21º | 0.93% | 0.98% | - |
| XYZ | 50.44 | 76.74 | 12.73 | - |
| YUV | 199.03 | 25.83 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 18 | 0.33 | 0 | 0.93 | 0.02 | 81.21 | 0.96 | 0.53 |
| Hex | A8 | FA | 12 | 21 | 0 | 5D | 2 | 51 | 60 | 35 |
| Octal | 250 | 372 | 22 | 41 | 0 | 135 | 2 | 121 | 140 | 65 |
| Binary | 10101000 | 11111010 | 10010 | 100001 | 0 | 1011101 | 10 | 1010001 | 1100000 | 110101 |
Color Harmonies of #A8FA12
Complementary color
Monochromatic Colors of #A8FA12
Black with #A8FA12
Text Example
Text Example
White with #A8FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA12; }
p { color: rgb(168,250,18); }
H1.HeaderClassName
{
color: #A8FA12;
}
.AnyTagClassName
{
color: #A8FA12;
}
</style>
background-color css
<style>
a { background-color: #A8FA12; }
a { background-color: rgb(168,250,18); }
div.DivClassName
{
background-color: #A8FA12;
}
.BgClassName
{
background-color: #A8FA12;
}
</style>
border-color css
<style>
span { border-color: #A8FA12; }
span { border-color: rgb(168,250,18); }
td.TdClassName
{
border-color: #A8FA12;
}
.TagClassName
{
border-color: #A8FA12;
}
</style>