Shades of Spring Bud #A4FF11
Tints of Spring Bud #A4FF11
RGB
CMYK
RGB Variations
Color information
#A4FF11 (or 0xA4FF11) is known color: Spring Bud. HEX triplet: A4, FF and 11. RGB value is (164,255,17). Sum of RGB (Red+Green+Blue) = 164+255+17=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF11 is #5B00EE. Grayscale: #C9C9C9. Windows color (decimal): -5964015 or 1179556. OLE color: 1179556.
HSL color Cylindrical-coordinate representation of color #A4FF11: hue angle of 82.94º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4FF11 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0 |
| HSL | 82.94º | 1% | 0.53% | - |
| HSV(B) | 82.94º | 0.93% | 1% | - |
| XYZ | 51.17 | 79.45 | 13.17 | - |
| YUV | 200.66 | 24.35 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 17 | 0.36 | 0 | 0.93 | 0 | 82.94 | 1 | 0.53 |
| Hex | A4 | FF | 11 | 24 | 0 | 5D | 0 | 53 | 64 | 35 |
| Octal | 244 | 377 | 21 | 44 | 0 | 135 | 0 | 123 | 144 | 65 |
| Binary | 10100100 | 11111111 | 10001 | 100100 | 0 | 1011101 | 0 | 1010011 | 1100100 | 110101 |
Color Harmonies of #A4FF11
Complementary color
Monochromatic Colors of #A4FF11
Black with #A4FF11
Text Example
Text Example
White with #A4FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF11; }
p { color: rgb(164,255,17); }
H1.HeaderClassName
{
color: #A4FF11;
}
.AnyTagClassName
{
color: #A4FF11;
}
</style>
background-color css
<style>
a { background-color: #A4FF11; }
a { background-color: rgb(164,255,17); }
div.DivClassName
{
background-color: #A4FF11;
}
.BgClassName
{
background-color: #A4FF11;
}
</style>
border-color css
<style>
span { border-color: #A4FF11; }
span { border-color: rgb(164,255,17); }
td.TdClassName
{
border-color: #A4FF11;
}
.TagClassName
{
border-color: #A4FF11;
}
</style>