Shades of Spring Bud #A8F10B
Tints of Spring Bud #A8F10B
RGB
CMYK
RGB Variations
Color information
#A8F10B (or 0xA8F10B) is known color: Spring Bud. HEX triplet: A8, F1 and 0B. RGB value is (168,241,11). Sum of RGB (Red+Green+Blue) = 168+241+11=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F10B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F10B is #570EF4. Grayscale: #C1C1C1. Windows color (decimal): -5705461 or 782760. OLE color: 782760.
HSL color Cylindrical-coordinate representation of color #A8F10B: hue angle of 79.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8F10B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 11 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.05 |
| HSL | 79.04º | 0.91% | 0.49% | - |
| HSV(B) | 79.04º | 0.95% | 0.95% | - |
| XYZ | 47.66 | 71.26 | 11.56 | - |
| YUV | 192.95 | 25.32 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 11 | 0.30 | 0 | 0.95 | 0.05 | 79.04 | 0.91 | 0.49 |
| Hex | A8 | F1 | B | 1E | 0 | 5F | 5 | 4F | 5B | 31 |
| Octal | 250 | 361 | 13 | 36 | 0 | 137 | 5 | 117 | 133 | 61 |
| Binary | 10101000 | 11110001 | 1011 | 11110 | 0 | 1011111 | 101 | 1001111 | 1011011 | 110001 |
Color Harmonies of #A8F10B
Complementary color
Monochromatic Colors of #A8F10B
Black with #A8F10B
Text Example
Text Example
White with #A8F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F10B; }
p { color: rgb(168,241,11); }
H1.HeaderClassName
{
color: #A8F10B;
}
.AnyTagClassName
{
color: #A8F10B;
}
</style>
background-color css
<style>
a { background-color: #A8F10B; }
a { background-color: rgb(168,241,11); }
div.DivClassName
{
background-color: #A8F10B;
}
.BgClassName
{
background-color: #A8F10B;
}
</style>
border-color css
<style>
span { border-color: #A8F10B; }
span { border-color: rgb(168,241,11); }
td.TdClassName
{
border-color: #A8F10B;
}
.TagClassName
{
border-color: #A8F10B;
}
</style>