Shades of Spring Bud #A4FF03
Tints of Spring Bud #A4FF03
RGB
CMYK
RGB Variations
Color information
#A4FF03 (or 0xA4FF03) is known color: Spring Bud. HEX triplet: A4, FF and 03. RGB value is (164,255,3). Sum of RGB (Red+Green+Blue) = 164+255+3=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF03 is #5B00FC. Grayscale: #C7C7C7. Windows color (decimal): -5964029 or 262052. OLE color: 262052.
HSL color Cylindrical-coordinate representation of color #A4FF03: hue angle of 81.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4FF03 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0 |
| HSL | 81.67º | 1% | 0.51% | - |
| HSV(B) | 81.67º | 0.99% | 1% | - |
| XYZ | 51.09 | 79.42 | 12.72 | - |
| YUV | 199.06 | 17.35 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 3 | 0.36 | 0 | 0.99 | 0 | 81.67 | 1 | 0.51 |
| Hex | A4 | FF | 3 | 24 | 0 | 63 | 0 | 52 | 64 | 33 |
| Octal | 244 | 377 | 3 | 44 | 0 | 143 | 0 | 122 | 144 | 63 |
| Binary | 10100100 | 11111111 | 11 | 100100 | 0 | 1100011 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A4FF03
Complementary color
Monochromatic Colors of #A4FF03
Black with #A4FF03
Text Example
Text Example
White with #A4FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF03; }
p { color: rgb(164,255,3); }
H1.HeaderClassName
{
color: #A4FF03;
}
.AnyTagClassName
{
color: #A4FF03;
}
</style>
background-color css
<style>
a { background-color: #A4FF03; }
a { background-color: rgb(164,255,3); }
div.DivClassName
{
background-color: #A4FF03;
}
.BgClassName
{
background-color: #A4FF03;
}
</style>
border-color css
<style>
span { border-color: #A4FF03; }
span { border-color: rgb(164,255,3); }
td.TdClassName
{
border-color: #A4FF03;
}
.TagClassName
{
border-color: #A4FF03;
}
</style>