Shades of Spring Bud #A8F802
Tints of Spring Bud #A8F802
RGB
CMYK
RGB Variations
Color information
#A8F802 (or 0xA8F802) is known color: Spring Bud. HEX triplet: A8, F8 and 02. RGB value is (168,248,2). Sum of RGB (Red+Green+Blue) = 168+248+2=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F802 is #5707FD. Grayscale: #C4C4C4. Windows color (decimal): -5703678 or 194728. OLE color: 194728.
HSL color Cylindrical-coordinate representation of color #A8F802: hue angle of 79.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8F802 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.03 |
| HSL | 79.51º | 0.98% | 0.49% | - |
| HSV(B) | 79.51º | 0.99% | 0.97% | - |
| XYZ | 49.73 | 75.46 | 12 | - |
| YUV | 196.04 | 18.5 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 2 | 0.32 | 0 | 0.99 | 0.03 | 79.51 | 0.98 | 0.49 |
| Hex | A8 | F8 | 2 | 20 | 0 | 63 | 3 | 50 | 62 | 31 |
| Octal | 250 | 370 | 2 | 40 | 0 | 143 | 3 | 120 | 142 | 61 |
| Binary | 10101000 | 11111000 | 10 | 100000 | 0 | 1100011 | 11 | 1010000 | 1100010 | 110001 |
Color Harmonies of #A8F802
Complementary color
Monochromatic Colors of #A8F802
Black with #A8F802
Text Example
Text Example
White with #A8F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F802; }
p { color: rgb(168,248,2); }
H1.HeaderClassName
{
color: #A8F802;
}
.AnyTagClassName
{
color: #A8F802;
}
</style>
background-color css
<style>
a { background-color: #A8F802; }
a { background-color: rgb(168,248,2); }
div.DivClassName
{
background-color: #A8F802;
}
.BgClassName
{
background-color: #A8F802;
}
</style>
border-color css
<style>
span { border-color: #A8F802; }
span { border-color: rgb(168,248,2); }
td.TdClassName
{
border-color: #A8F802;
}
.TagClassName
{
border-color: #A8F802;
}
</style>