Shades of Spring Bud #A4FF02
Tints of Spring Bud #A4FF02
RGB
CMYK
RGB Variations
Color information
#A4FF02 (or 0xA4FF02) is known color: Spring Bud. HEX triplet: A4, FF and 02. RGB value is (164,255,2). Sum of RGB (Red+Green+Blue) = 164+255+2=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF02 is #5B00FD. Grayscale: #C7C7C7. Windows color (decimal): -5964030 or 196516. OLE color: 196516.
HSL color Cylindrical-coordinate representation of color #A4FF02: hue angle of 81.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4FF02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0 |
| HSL | 81.58º | 1% | 0.5% | - |
| HSV(B) | 81.58º | 0.99% | 1% | - |
| XYZ | 51.08 | 79.42 | 12.69 | - |
| YUV | 198.95 | 16.85 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 2 | 0.36 | 0 | 0.99 | 0 | 81.58 | 1 | 0.5 |
| Hex | A4 | FF | 2 | 24 | 0 | 63 | 0 | 52 | 64 | 32 |
| Octal | 244 | 377 | 2 | 44 | 0 | 143 | 0 | 122 | 144 | 62 |
| Binary | 10100100 | 11111111 | 10 | 100100 | 0 | 1100011 | 0 | 1010010 | 1100100 | 110010 |
Color Harmonies of #A4FF02
Complementary color
Monochromatic Colors of #A4FF02
Black with #A4FF02
Text Example
Text Example
White with #A4FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF02; }
p { color: rgb(164,255,2); }
H1.HeaderClassName
{
color: #A4FF02;
}
.AnyTagClassName
{
color: #A4FF02;
}
</style>
background-color css
<style>
a { background-color: #A4FF02; }
a { background-color: rgb(164,255,2); }
div.DivClassName
{
background-color: #A4FF02;
}
.BgClassName
{
background-color: #A4FF02;
}
</style>
border-color css
<style>
span { border-color: #A4FF02; }
span { border-color: rgb(164,255,2); }
td.TdClassName
{
border-color: #A4FF02;
}
.TagClassName
{
border-color: #A4FF02;
}
</style>