Shades of Spring Bud #A8FC0B
Tints of Spring Bud #A8FC0B
RGB
CMYK
RGB Variations
Color information
#A8FC0B (or 0xA8FC0B) is known color: Spring Bud. HEX triplet: A8, FC and 0B. RGB value is (168,252,11). Sum of RGB (Red+Green+Blue) = 168+252+11=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC0B is #5703F4. Grayscale: #C8C8C8. Windows color (decimal): -5702645 or 785576. OLE color: 785576.
HSL color Cylindrical-coordinate representation of color #A8FC0B: hue angle of 80.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8FC0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 11 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.01 |
| HSL | 80.91º | 0.98% | 0.52% | - |
| HSV(B) | 80.91º | 0.96% | 0.99% | - |
| XYZ | 51.02 | 77.97 | 12.68 | - |
| YUV | 199.41 | 21.67 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 11 | 0.33 | 0 | 0.96 | 0.01 | 80.91 | 0.98 | 0.52 |
| Hex | A8 | FC | B | 21 | 0 | 60 | 1 | 51 | 62 | 34 |
| Octal | 250 | 374 | 13 | 41 | 0 | 140 | 1 | 121 | 142 | 64 |
| Binary | 10101000 | 11111100 | 1011 | 100001 | 0 | 1100000 | 1 | 1010001 | 1100010 | 110100 |
Color Harmonies of #A8FC0B
Complementary color
Monochromatic Colors of #A8FC0B
Black with #A8FC0B
Text Example
Text Example
White with #A8FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC0B; }
p { color: rgb(168,252,11); }
H1.HeaderClassName
{
color: #A8FC0B;
}
.AnyTagClassName
{
color: #A8FC0B;
}
</style>
background-color css
<style>
a { background-color: #A8FC0B; }
a { background-color: rgb(168,252,11); }
div.DivClassName
{
background-color: #A8FC0B;
}
.BgClassName
{
background-color: #A8FC0B;
}
</style>
border-color css
<style>
span { border-color: #A8FC0B; }
span { border-color: rgb(168,252,11); }
td.TdClassName
{
border-color: #A8FC0B;
}
.TagClassName
{
border-color: #A8FC0B;
}
</style>