Shades of Spring Bud #A8FB02
Tints of Spring Bud #A8FB02
RGB
CMYK
RGB Variations
Color information
#A8FB02 (or 0xA8FB02) is known color: Spring Bud. HEX triplet: A8, FB and 02. RGB value is (168,251,2). Sum of RGB (Red+Green+Blue) = 168+251+2=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 251 (98.44% from 255 or 59.62% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB02 is #5704FD. Grayscale: #C6C6C6. Windows color (decimal): -5702910 or 195496. OLE color: 195496.
HSL color Cylindrical-coordinate representation of color #A8FB02: hue angle of 80º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8FB02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.02 |
| HSL | 80º | 0.98% | 0.5% | - |
| HSV(B) | 80º | 0.99% | 0.98% | - |
| XYZ | 50.66 | 77.32 | 12.31 | - |
| YUV | 197.8 | 17.5 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 2 | 0.33 | 0 | 0.99 | 0.02 | 80 | 0.98 | 0.5 |
| Hex | A8 | FB | 2 | 21 | 0 | 63 | 2 | 50 | 62 | 32 |
| Octal | 250 | 373 | 2 | 41 | 0 | 143 | 2 | 120 | 142 | 62 |
| Binary | 10101000 | 11111011 | 10 | 100001 | 0 | 1100011 | 10 | 1010000 | 1100010 | 110010 |
Color Harmonies of #A8FB02
Complementary color
Monochromatic Colors of #A8FB02
Black with #A8FB02
Text Example
Text Example
White with #A8FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB02; }
p { color: rgb(168,251,2); }
H1.HeaderClassName
{
color: #A8FB02;
}
.AnyTagClassName
{
color: #A8FB02;
}
</style>
background-color css
<style>
a { background-color: #A8FB02; }
a { background-color: rgb(168,251,2); }
div.DivClassName
{
background-color: #A8FB02;
}
.BgClassName
{
background-color: #A8FB02;
}
</style>
border-color css
<style>
span { border-color: #A8FB02; }
span { border-color: rgb(168,251,2); }
td.TdClassName
{
border-color: #A8FB02;
}
.TagClassName
{
border-color: #A8FB02;
}
</style>