Shades of Spring Bud #A6EE02
Tints of Spring Bud #A6EE02
RGB
CMYK
RGB Variations
Color information
#A6EE02 (or 0xA6EE02) is known color: Spring Bud. HEX triplet: A6, EE and 02. RGB value is (166,238,2). Sum of RGB (Red+Green+Blue) = 166+238+2=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 238 (93.36% from 255 or 58.62% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EE02 is #5911FD. Grayscale: #BEBEBE. Windows color (decimal): -5837310 or 192166. OLE color: 192166.
HSL color Cylindrical-coordinate representation of color #A6EE02: hue angle of 78.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6EE02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.07 |
| HSL | 78.31º | 0.98% | 0.47% | - |
| HSV(B) | 78.31º | 0.99% | 0.93% | - |
| XYZ | 46.31 | 69.26 | 10.99 | - |
| YUV | 189.57 | 22.15 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 2 | 0.30 | 0 | 0.99 | 0.07 | 78.31 | 0.98 | 0.47 |
| Hex | A6 | EE | 2 | 1E | 0 | 63 | 7 | 4E | 62 | 2F |
| Octal | 246 | 356 | 2 | 36 | 0 | 143 | 7 | 116 | 142 | 57 |
| Binary | 10100110 | 11101110 | 10 | 11110 | 0 | 1100011 | 111 | 1001110 | 1100010 | 101111 |
Color Harmonies of #A6EE02
Complementary color
Monochromatic Colors of #A6EE02
Black with #A6EE02
Text Example
Text Example
White with #A6EE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE02; }
p { color: rgb(166,238,2); }
H1.HeaderClassName
{
color: #A6EE02;
}
.AnyTagClassName
{
color: #A6EE02;
}
</style>
background-color css
<style>
a { background-color: #A6EE02; }
a { background-color: rgb(166,238,2); }
div.DivClassName
{
background-color: #A6EE02;
}
.BgClassName
{
background-color: #A6EE02;
}
</style>
border-color css
<style>
span { border-color: #A6EE02; }
span { border-color: rgb(166,238,2); }
td.TdClassName
{
border-color: #A6EE02;
}
.TagClassName
{
border-color: #A6EE02;
}
</style>