Shades of Spring Bud #A4FF05
Tints of Spring Bud #A4FF05
RGB
CMYK
RGB Variations
Color information
#A4FF05 (or 0xA4FF05) is known color: Spring Bud. HEX triplet: A4, FF and 05. RGB value is (164,255,5). Sum of RGB (Red+Green+Blue) = 164+255+5=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF05 is #5B00FA. Grayscale: #C8C8C8. Windows color (decimal): -5964027 or 393124. OLE color: 393124.
HSL color Cylindrical-coordinate representation of color #A4FF05: hue angle of 81.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4FF05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0 |
| HSL | 81.84º | 1% | 0.51% | - |
| HSV(B) | 81.84º | 0.98% | 1% | - |
| XYZ | 51.1 | 79.42 | 12.78 | - |
| YUV | 199.29 | 18.35 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 5 | 0.36 | 0 | 0.98 | 0 | 81.84 | 1 | 0.51 |
| Hex | A4 | FF | 5 | 24 | 0 | 62 | 0 | 52 | 64 | 33 |
| Octal | 244 | 377 | 5 | 44 | 0 | 142 | 0 | 122 | 144 | 63 |
| Binary | 10100100 | 11111111 | 101 | 100100 | 0 | 1100010 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A4FF05
Complementary color
Monochromatic Colors of #A4FF05
Black with #A4FF05
Text Example
Text Example
White with #A4FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF05; }
p { color: rgb(164,255,5); }
H1.HeaderClassName
{
color: #A4FF05;
}
.AnyTagClassName
{
color: #A4FF05;
}
</style>
background-color css
<style>
a { background-color: #A4FF05; }
a { background-color: rgb(164,255,5); }
div.DivClassName
{
background-color: #A4FF05;
}
.BgClassName
{
background-color: #A4FF05;
}
</style>
border-color css
<style>
span { border-color: #A4FF05; }
span { border-color: rgb(164,255,5); }
td.TdClassName
{
border-color: #A4FF05;
}
.TagClassName
{
border-color: #A4FF05;
}
</style>