Shades of Spring Bud #A8EE02
Tints of Spring Bud #A8EE02
RGB
CMYK
RGB Variations
Color information
#A8EE02 (or 0xA8EE02) is known color: Spring Bud. HEX triplet: A8, EE and 02. RGB value is (168,238,2). Sum of RGB (Red+Green+Blue) = 168+238+2=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EE02 is #5711FD. Grayscale: #BFBFBF. Windows color (decimal): -5706238 or 192168. OLE color: 192168.
HSL color Cylindrical-coordinate representation of color #A8EE02: hue angle of 77.8º 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 #A8EE02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.07 |
| HSL | 77.8º | 0.98% | 0.47% | - |
| HSV(B) | 77.8º | 0.99% | 0.93% | - |
| XYZ | 46.73 | 69.48 | 11 | - |
| YUV | 190.17 | 21.81 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 2 | 0.29 | 0 | 0.99 | 0.07 | 77.8 | 0.98 | 0.47 |
| Hex | A8 | EE | 2 | 1D | 0 | 63 | 7 | 4E | 62 | 2F |
| Octal | 250 | 356 | 2 | 35 | 0 | 143 | 7 | 116 | 142 | 57 |
| Binary | 10101000 | 11101110 | 10 | 11101 | 0 | 1100011 | 111 | 1001110 | 1100010 | 101111 |
Color Harmonies of #A8EE02
Complementary color
Monochromatic Colors of #A8EE02
Black with #A8EE02
Text Example
Text Example
White with #A8EE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE02; }
p { color: rgb(168,238,2); }
H1.HeaderClassName
{
color: #A8EE02;
}
.AnyTagClassName
{
color: #A8EE02;
}
</style>
background-color css
<style>
a { background-color: #A8EE02; }
a { background-color: rgb(168,238,2); }
div.DivClassName
{
background-color: #A8EE02;
}
.BgClassName
{
background-color: #A8EE02;
}
</style>
border-color css
<style>
span { border-color: #A8EE02; }
span { border-color: rgb(168,238,2); }
td.TdClassName
{
border-color: #A8EE02;
}
.TagClassName
{
border-color: #A8EE02;
}
</style>