Shades of Spring Bud #A8F310
Tints of Spring Bud #A8F310
RGB
CMYK
RGB Variations
Color information
#A8F310 (or 0xA8F310) is known color: Spring Bud. HEX triplet: A8, F3 and 10. RGB value is (168,243,16). Sum of RGB (Red+Green+Blue) = 168+243+16=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F310 is #570CEF. Grayscale: #C3C3C3. Windows color (decimal): -5704944 or 1110952. OLE color: 1110952.
HSL color Cylindrical-coordinate representation of color #A8F310: hue angle of 79.82º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8F310 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 16 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.05 |
| HSL | 79.82º | 0.9% | 0.51% | - |
| HSV(B) | 79.82º | 0.93% | 0.95% | - |
| XYZ | 48.29 | 72.46 | 11.93 | - |
| YUV | 194.7 | 27.15 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 16 | 0.31 | 0 | 0.93 | 0.05 | 79.82 | 0.9 | 0.51 |
| Hex | A8 | F3 | 10 | 1F | 0 | 5D | 5 | 50 | 5A | 33 |
| Octal | 250 | 363 | 20 | 37 | 0 | 135 | 5 | 120 | 132 | 63 |
| Binary | 10101000 | 11110011 | 10000 | 11111 | 0 | 1011101 | 101 | 1010000 | 1011010 | 110011 |
Color Harmonies of #A8F310
Complementary color
Monochromatic Colors of #A8F310
Black with #A8F310
Text Example
Text Example
White with #A8F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F310; }
p { color: rgb(168,243,16); }
H1.HeaderClassName
{
color: #A8F310;
}
.AnyTagClassName
{
color: #A8F310;
}
</style>
background-color css
<style>
a { background-color: #A8F310; }
a { background-color: rgb(168,243,16); }
div.DivClassName
{
background-color: #A8F310;
}
.BgClassName
{
background-color: #A8F310;
}
</style>
border-color css
<style>
span { border-color: #A8F310; }
span { border-color: rgb(168,243,16); }
td.TdClassName
{
border-color: #A8F310;
}
.TagClassName
{
border-color: #A8F310;
}
</style>