Shades of Spring Bud #A8FA11
Tints of Spring Bud #A8FA11
RGB
CMYK
RGB Variations
Color information
#A8FA11 (or 0xA8FA11) is known color: Spring Bud. HEX triplet: A8, FA and 11. RGB value is (168,250,17). Sum of RGB (Red+Green+Blue) = 168+250+17=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FA11 is #5705EE. Grayscale: #C7C7C7. Windows color (decimal): -5703151 or 1178280. OLE color: 1178280.
HSL color Cylindrical-coordinate representation of color #A8FA11: hue angle of 81.12º degrees, saturation: 0.96, 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 #A8FA11 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 17 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.02 |
| HSL | 81.12º | 0.96% | 0.52% | - |
| HSV(B) | 81.12º | 0.93% | 0.98% | - |
| XYZ | 50.44 | 76.74 | 12.68 | - |
| YUV | 198.92 | 25.33 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 17 | 0.33 | 0 | 0.93 | 0.02 | 81.12 | 0.96 | 0.52 |
| Hex | A8 | FA | 11 | 21 | 0 | 5D | 2 | 51 | 60 | 34 |
| Octal | 250 | 372 | 21 | 41 | 0 | 135 | 2 | 121 | 140 | 64 |
| Binary | 10101000 | 11111010 | 10001 | 100001 | 0 | 1011101 | 10 | 1010001 | 1100000 | 110100 |
Color Harmonies of #A8FA11
Complementary color
Monochromatic Colors of #A8FA11
Black with #A8FA11
Text Example
Text Example
White with #A8FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA11; }
p { color: rgb(168,250,17); }
H1.HeaderClassName
{
color: #A8FA11;
}
.AnyTagClassName
{
color: #A8FA11;
}
</style>
background-color css
<style>
a { background-color: #A8FA11; }
a { background-color: rgb(168,250,17); }
div.DivClassName
{
background-color: #A8FA11;
}
.BgClassName
{
background-color: #A8FA11;
}
</style>
border-color css
<style>
span { border-color: #A8FA11; }
span { border-color: rgb(168,250,17); }
td.TdClassName
{
border-color: #A8FA11;
}
.TagClassName
{
border-color: #A8FA11;
}
</style>