Shades of Spring Bud #A8F200
Tints of Spring Bud #A8F200
RGB
CMYK
RGB Variations
Color information
#A8F200 (or 0xA8F200) is known color: Spring Bud. HEX triplet: A8, F2 and 00. RGB value is (168,242,0). Sum of RGB (Red+Green+Blue) = 168+242+0=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F200 is #570DFF. Grayscale: #C1C1C1. Windows color (decimal): -5705216 or 62120. OLE color: 62120.
HSL color Cylindrical-coordinate representation of color #A8F200: hue angle of 78.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8F200 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.05 |
| HSL | 78.35º | 1% | 0.47% | - |
| HSV(B) | 78.35º | 1% | 0.95% | - |
| XYZ | 47.9 | 71.83 | 11.34 | - |
| YUV | 192.29 | 19.48 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 0 | 0.31 | 0 | 1 | 0.05 | 78.35 | 1 | 0.47 |
| Hex | A8 | F2 | 0 | 1F | 0 | 64 | 5 | 4E | 64 | 2F |
| Octal | 250 | 362 | 0 | 37 | 0 | 144 | 5 | 116 | 144 | 57 |
| Binary | 10101000 | 11110010 | 0 | 11111 | 0 | 1100100 | 101 | 1001110 | 1100100 | 101111 |
Color Harmonies of #A8F200
Complementary color
Monochromatic Colors of #A8F200
Black with #A8F200
Text Example
Text Example
White with #A8F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F200; }
p { color: rgb(168,242,0); }
H1.HeaderClassName
{
color: #A8F200;
}
.AnyTagClassName
{
color: #A8F200;
}
</style>
background-color css
<style>
a { background-color: #A8F200; }
a { background-color: rgb(168,242,0); }
div.DivClassName
{
background-color: #A8F200;
}
.BgClassName
{
background-color: #A8F200;
}
</style>
border-color css
<style>
span { border-color: #A8F200; }
span { border-color: rgb(168,242,0); }
td.TdClassName
{
border-color: #A8F200;
}
.TagClassName
{
border-color: #A8F200;
}
</style>