Shades of Spring Bud #A4EF02
Tints of Spring Bud #A4EF02
RGB
CMYK
RGB Variations
Color information
#A4EF02 (or 0xA4EF02) is known color: Spring Bud. HEX triplet: A4, EF and 02. RGB value is (164,239,2). Sum of RGB (Red+Green+Blue) = 164+239+2=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4EF02 is #5B10FD. Grayscale: #BEBEBE. Windows color (decimal): -5968126 or 192420. OLE color: 192420.
HSL color Cylindrical-coordinate representation of color #A4EF02: hue angle of 78.99º 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 #A4EF02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.06 |
| HSL | 78.99º | 0.98% | 0.47% | - |
| HSV(B) | 78.99º | 0.99% | 0.94% | - |
| XYZ | 46.19 | 69.63 | 11.06 | - |
| YUV | 189.56 | 22.15 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 2 | 0.31 | 0 | 0.99 | 0.06 | 78.99 | 0.98 | 0.47 |
| Hex | A4 | EF | 2 | 1F | 0 | 63 | 6 | 4F | 62 | 2F |
| Octal | 244 | 357 | 2 | 37 | 0 | 143 | 6 | 117 | 142 | 57 |
| Binary | 10100100 | 11101111 | 10 | 11111 | 0 | 1100011 | 110 | 1001111 | 1100010 | 101111 |
Color Harmonies of #A4EF02
Complementary color
Monochromatic Colors of #A4EF02
Black with #A4EF02
Text Example
Text Example
White with #A4EF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF02; }
p { color: rgb(164,239,2); }
H1.HeaderClassName
{
color: #A4EF02;
}
.AnyTagClassName
{
color: #A4EF02;
}
</style>
background-color css
<style>
a { background-color: #A4EF02; }
a { background-color: rgb(164,239,2); }
div.DivClassName
{
background-color: #A4EF02;
}
.BgClassName
{
background-color: #A4EF02;
}
</style>
border-color css
<style>
span { border-color: #A4EF02; }
span { border-color: rgb(164,239,2); }
td.TdClassName
{
border-color: #A4EF02;
}
.TagClassName
{
border-color: #A4EF02;
}
</style>