Shades of Spring Bud #A2F808
Tints of Spring Bud #A2F808
RGB
CMYK
RGB Variations
Color information
#A2F808 (or 0xA2F808) is known color: Spring Bud. HEX triplet: A2, F8 and 08. RGB value is (162,248,8). Sum of RGB (Red+Green+Blue) = 162+248+8=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F808 is #5D07F7. Grayscale: #C3C3C3. Windows color (decimal): -6096888 or 587938. OLE color: 587938.
HSL color Cylindrical-coordinate representation of color #A2F808: hue angle of 81.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2F808 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.03 |
| HSL | 81.5º | 0.94% | 0.5% | - |
| HSV(B) | 81.5º | 0.97% | 0.97% | - |
| XYZ | 48.51 | 74.83 | 12.12 | - |
| YUV | 194.93 | 22.51 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 8 | 0.35 | 0 | 0.97 | 0.03 | 81.5 | 0.94 | 0.5 |
| Hex | A2 | F8 | 8 | 23 | 0 | 61 | 3 | 52 | 5E | 32 |
| Octal | 242 | 370 | 10 | 43 | 0 | 141 | 3 | 122 | 136 | 62 |
| Binary | 10100010 | 11111000 | 1000 | 100011 | 0 | 1100001 | 11 | 1010010 | 1011110 | 110010 |
Color Harmonies of #A2F808
Complementary color
Monochromatic Colors of #A2F808
Black with #A2F808
Text Example
Text Example
White with #A2F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F808; }
p { color: rgb(162,248,8); }
H1.HeaderClassName
{
color: #A2F808;
}
.AnyTagClassName
{
color: #A2F808;
}
</style>
background-color css
<style>
a { background-color: #A2F808; }
a { background-color: rgb(162,248,8); }
div.DivClassName
{
background-color: #A2F808;
}
.BgClassName
{
background-color: #A2F808;
}
</style>
border-color css
<style>
span { border-color: #A2F808; }
span { border-color: rgb(162,248,8); }
td.TdClassName
{
border-color: #A2F808;
}
.TagClassName
{
border-color: #A2F808;
}
</style>