Shades of Spring Bud #A8FC02
Tints of Spring Bud #A8FC02
RGB
CMYK
RGB Variations
Color information
#A8FC02 (or 0xA8FC02) is known color: Spring Bud. HEX triplet: A8, FC and 02. RGB value is (168,252,2). Sum of RGB (Red+Green+Blue) = 168+252+2=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC02 is #5703FD. Grayscale: #C7C7C7. Windows color (decimal): -5702654 or 195752. OLE color: 195752.
HSL color Cylindrical-coordinate representation of color #A8FC02: hue angle of 80.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8FC02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.01 |
| HSL | 80.16º | 0.98% | 0.5% | - |
| HSV(B) | 80.16º | 0.99% | 0.99% | - |
| XYZ | 50.97 | 77.95 | 12.42 | - |
| YUV | 198.38 | 17.17 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 2 | 0.33 | 0 | 0.99 | 0.01 | 80.16 | 0.98 | 0.5 |
| Hex | A8 | FC | 2 | 21 | 0 | 63 | 1 | 50 | 62 | 32 |
| Octal | 250 | 374 | 2 | 41 | 0 | 143 | 1 | 120 | 142 | 62 |
| Binary | 10101000 | 11111100 | 10 | 100001 | 0 | 1100011 | 1 | 1010000 | 1100010 | 110010 |
Color Harmonies of #A8FC02
Complementary color
Monochromatic Colors of #A8FC02
Black with #A8FC02
Text Example
Text Example
White with #A8FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC02; }
p { color: rgb(168,252,2); }
H1.HeaderClassName
{
color: #A8FC02;
}
.AnyTagClassName
{
color: #A8FC02;
}
</style>
background-color css
<style>
a { background-color: #A8FC02; }
a { background-color: rgb(168,252,2); }
div.DivClassName
{
background-color: #A8FC02;
}
.BgClassName
{
background-color: #A8FC02;
}
</style>
border-color css
<style>
span { border-color: #A8FC02; }
span { border-color: rgb(168,252,2); }
td.TdClassName
{
border-color: #A8FC02;
}
.TagClassName
{
border-color: #A8FC02;
}
</style>