Shades of Spring Bud #A6E802
Tints of Spring Bud #A6E802
RGB
CMYK
RGB Variations
Color information
#A6E802 (or 0xA6E802) is known color: Spring Bud. HEX triplet: A6, E8 and 02. RGB value is (166,232,2). Sum of RGB (Red+Green+Blue) = 166+232+2=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 232 (91.02% from 255 or 58% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E802 is #5917FD. Grayscale: #BABABA. Windows color (decimal): -5838846 or 190630. OLE color: 190630.
HSL color Cylindrical-coordinate representation of color #A6E802: hue angle of 77.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6E802 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 232 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.09 |
| HSL | 77.22º | 0.98% | 0.46% | - |
| HSV(B) | 77.22º | 0.99% | 0.91% | - |
| XYZ | 44.59 | 65.82 | 10.41 | - |
| YUV | 186.05 | 24.13 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 232 | 2 | 0.28 | 0 | 0.99 | 0.09 | 77.22 | 0.98 | 0.46 |
| Hex | A6 | E8 | 2 | 1C | 0 | 63 | 9 | 4D | 62 | 2E |
| Octal | 246 | 350 | 2 | 34 | 0 | 143 | 11 | 115 | 142 | 56 |
| Binary | 10100110 | 11101000 | 10 | 11100 | 0 | 1100011 | 1001 | 1001101 | 1100010 | 101110 |
Color Harmonies of #A6E802
Complementary color
Monochromatic Colors of #A6E802
Black with #A6E802
Text Example
Text Example
White with #A6E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E802; }
p { color: rgb(166,232,2); }
H1.HeaderClassName
{
color: #A6E802;
}
.AnyTagClassName
{
color: #A6E802;
}
</style>
background-color css
<style>
a { background-color: #A6E802; }
a { background-color: rgb(166,232,2); }
div.DivClassName
{
background-color: #A6E802;
}
.BgClassName
{
background-color: #A6E802;
}
</style>
border-color css
<style>
span { border-color: #A6E802; }
span { border-color: rgb(166,232,2); }
td.TdClassName
{
border-color: #A6E802;
}
.TagClassName
{
border-color: #A6E802;
}
</style>