Shades of Spring Bud #A2FE08
Tints of Spring Bud #A2FE08
RGB
CMYK
RGB Variations
Color information
#A2FE08 (or 0xA2FE08) is known color: Spring Bud. HEX triplet: A2, FE and 08. RGB value is (162,254,8). Sum of RGB (Red+Green+Blue) = 162+254+8=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FE08 is #5D01F7. Grayscale: #C7C7C7. Windows color (decimal): -6095352 or 589474. OLE color: 589474.
HSL color Cylindrical-coordinate representation of color #A2FE08: hue angle of 82.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2FE08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 8 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.00 |
| HSL | 82.44º | 0.99% | 0.51% | - |
| HSV(B) | 82.44º | 0.97% | 1% | - |
| XYZ | 50.39 | 78.58 | 12.74 | - |
| YUV | 198.45 | 20.52 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 8 | 0.36 | 0 | 0.97 | 0.00 | 82.44 | 0.99 | 0.51 |
| Hex | A2 | FE | 8 | 24 | 0 | 61 | 0 | 52 | 63 | 33 |
| Octal | 242 | 376 | 10 | 44 | 0 | 141 | 0 | 122 | 143 | 63 |
| Binary | 10100010 | 11111110 | 1000 | 100100 | 0 | 1100001 | 0 | 1010010 | 1100011 | 110011 |
Color Harmonies of #A2FE08
Complementary color
Monochromatic Colors of #A2FE08
Black with #A2FE08
Text Example
Text Example
White with #A2FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE08; }
p { color: rgb(162,254,8); }
H1.HeaderClassName
{
color: #A2FE08;
}
.AnyTagClassName
{
color: #A2FE08;
}
</style>
background-color css
<style>
a { background-color: #A2FE08; }
a { background-color: rgb(162,254,8); }
div.DivClassName
{
background-color: #A2FE08;
}
.BgClassName
{
background-color: #A2FE08;
}
</style>
border-color css
<style>
span { border-color: #A2FE08; }
span { border-color: rgb(162,254,8); }
td.TdClassName
{
border-color: #A2FE08;
}
.TagClassName
{
border-color: #A2FE08;
}
</style>