Shades of Spring Bud #A2FF08
Tints of Spring Bud #A2FF08
RGB
CMYK
RGB Variations
Color information
#A2FF08 (or 0xA2FF08) is known color: Spring Bud. HEX triplet: A2, FF and 08. RGB value is (162,255,8). Sum of RGB (Red+Green+Blue) = 162+255+8=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF08 is #5D00F7. Grayscale: #C7C7C7. Windows color (decimal): -6095096 or 589730. OLE color: 589730.
HSL color Cylindrical-coordinate representation of color #A2FF08: hue angle of 82.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2FF08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 8 | - |
| CMYK | 0.36 | 0 | 0.97 | 0 |
| HSL | 82.59º | 1% | 0.52% | - |
| HSV(B) | 82.59º | 0.97% | 1% | - |
| XYZ | 50.7 | 79.22 | 12.85 | - |
| YUV | 199.04 | 20.19 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 8 | 0.36 | 0 | 0.97 | 0 | 82.59 | 1 | 0.52 |
| Hex | A2 | FF | 8 | 24 | 0 | 61 | 0 | 53 | 64 | 34 |
| Octal | 242 | 377 | 10 | 44 | 0 | 141 | 0 | 123 | 144 | 64 |
| Binary | 10100010 | 11111111 | 1000 | 100100 | 0 | 1100001 | 0 | 1010011 | 1100100 | 110100 |
Color Harmonies of #A2FF08
Complementary color
Monochromatic Colors of #A2FF08
Black with #A2FF08
Text Example
Text Example
White with #A2FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF08; }
p { color: rgb(162,255,8); }
H1.HeaderClassName
{
color: #A2FF08;
}
.AnyTagClassName
{
color: #A2FF08;
}
</style>
background-color css
<style>
a { background-color: #A2FF08; }
a { background-color: rgb(162,255,8); }
div.DivClassName
{
background-color: #A2FF08;
}
.BgClassName
{
background-color: #A2FF08;
}
</style>
border-color css
<style>
span { border-color: #A2FF08; }
span { border-color: rgb(162,255,8); }
td.TdClassName
{
border-color: #A2FF08;
}
.TagClassName
{
border-color: #A2FF08;
}
</style>