Shades of Spring Bud #A8EF02
Tints of Spring Bud #A8EF02
RGB
CMYK
RGB Variations
Color information
#A8EF02 (or 0xA8EF02) is known color: Spring Bud. HEX triplet: A8, EF and 02. RGB value is (168,239,2). Sum of RGB (Red+Green+Blue) = 168+239+2=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF02 is #5710FD. Grayscale: #BFBFBF. Windows color (decimal): -5705982 or 192424. OLE color: 192424.
HSL color Cylindrical-coordinate representation of color #A8EF02: hue angle of 77.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8EF02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.06 |
| HSL | 77.97º | 0.98% | 0.47% | - |
| HSV(B) | 77.97º | 0.99% | 0.94% | - |
| XYZ | 47.03 | 70.06 | 11.1 | - |
| YUV | 190.75 | 21.48 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 2 | 0.30 | 0 | 0.99 | 0.06 | 77.97 | 0.98 | 0.47 |
| Hex | A8 | EF | 2 | 1E | 0 | 63 | 6 | 4E | 62 | 2F |
| Octal | 250 | 357 | 2 | 36 | 0 | 143 | 6 | 116 | 142 | 57 |
| Binary | 10101000 | 11101111 | 10 | 11110 | 0 | 1100011 | 110 | 1001110 | 1100010 | 101111 |
Color Harmonies of #A8EF02
Complementary color
Monochromatic Colors of #A8EF02
Black with #A8EF02
Text Example
Text Example
White with #A8EF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF02; }
p { color: rgb(168,239,2); }
H1.HeaderClassName
{
color: #A8EF02;
}
.AnyTagClassName
{
color: #A8EF02;
}
</style>
background-color css
<style>
a { background-color: #A8EF02; }
a { background-color: rgb(168,239,2); }
div.DivClassName
{
background-color: #A8EF02;
}
.BgClassName
{
background-color: #A8EF02;
}
</style>
border-color css
<style>
span { border-color: #A8EF02; }
span { border-color: rgb(168,239,2); }
td.TdClassName
{
border-color: #A8EF02;
}
.TagClassName
{
border-color: #A8EF02;
}
</style>