Shades of Spring Bud #A2FE06
Tints of Spring Bud #A2FE06
RGB
CMYK
RGB Variations
Color information
#A2FE06 (or 0xA2FE06) is known color: Spring Bud. HEX triplet: A2, FE and 06. RGB value is (162,254,6). Sum of RGB (Red+Green+Blue) = 162+254+6=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FE06 is #5D01F9. Grayscale: #C7C7C7. Windows color (decimal): -6095354 or 458402. OLE color: 458402.
HSL color Cylindrical-coordinate representation of color #A2FE06: hue angle of 82.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2FE06 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 6 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.00 |
| HSL | 82.26º | 0.99% | 0.51% | - |
| HSV(B) | 82.26º | 0.98% | 1% | - |
| XYZ | 50.37 | 78.58 | 12.68 | - |
| YUV | 198.22 | 19.52 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 6 | 0.36 | 0 | 0.98 | 0.00 | 82.26 | 0.99 | 0.51 |
| Hex | A2 | FE | 6 | 24 | 0 | 62 | 0 | 52 | 63 | 33 |
| Octal | 242 | 376 | 6 | 44 | 0 | 142 | 0 | 122 | 143 | 63 |
| Binary | 10100010 | 11111110 | 110 | 100100 | 0 | 1100010 | 0 | 1010010 | 1100011 | 110011 |
Color Harmonies of #A2FE06
Complementary color
Monochromatic Colors of #A2FE06
Black with #A2FE06
Text Example
Text Example
White with #A2FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE06; }
p { color: rgb(162,254,6); }
H1.HeaderClassName
{
color: #A2FE06;
}
.AnyTagClassName
{
color: #A2FE06;
}
</style>
background-color css
<style>
a { background-color: #A2FE06; }
a { background-color: rgb(162,254,6); }
div.DivClassName
{
background-color: #A2FE06;
}
.BgClassName
{
background-color: #A2FE06;
}
</style>
border-color css
<style>
span { border-color: #A2FE06; }
span { border-color: rgb(162,254,6); }
td.TdClassName
{
border-color: #A2FE06;
}
.TagClassName
{
border-color: #A2FE06;
}
</style>