Shades of Spring Bud #A3FF08
Tints of Spring Bud #A3FF08
RGB
CMYK
RGB Variations
Color information
#A3FF08 (or 0xA3FF08) is known color: Spring Bud. HEX triplet: A3, FF and 08. RGB value is (163,255,8). Sum of RGB (Red+Green+Blue) = 163+255+8=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FF08 is #5C00F7. Grayscale: #C8C8C8. Windows color (decimal): -6029560 or 589731. OLE color: 589731.
HSL color Cylindrical-coordinate representation of color #A3FF08: hue angle of 82.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3FF08 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 8 | - |
| CMYK | 0.36 | 0 | 0.97 | 0 |
| HSL | 82.35º | 1% | 0.52% | - |
| HSV(B) | 82.35º | 0.97% | 1% | - |
| XYZ | 50.91 | 79.32 | 12.86 | - |
| YUV | 199.33 | 20.02 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 8 | 0.36 | 0 | 0.97 | 0 | 82.35 | 1 | 0.52 |
| Hex | A3 | FF | 8 | 24 | 0 | 61 | 0 | 52 | 64 | 34 |
| Octal | 243 | 377 | 10 | 44 | 0 | 141 | 0 | 122 | 144 | 64 |
| Binary | 10100011 | 11111111 | 1000 | 100100 | 0 | 1100001 | 0 | 1010010 | 1100100 | 110100 |
Color Harmonies of #A3FF08
Complementary color
Monochromatic Colors of #A3FF08
Black with #A3FF08
Text Example
Text Example
White with #A3FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FF08; }
p { color: rgb(163,255,8); }
H1.HeaderClassName
{
color: #A3FF08;
}
.AnyTagClassName
{
color: #A3FF08;
}
</style>
background-color css
<style>
a { background-color: #A3FF08; }
a { background-color: rgb(163,255,8); }
div.DivClassName
{
background-color: #A3FF08;
}
.BgClassName
{
background-color: #A3FF08;
}
</style>
border-color css
<style>
span { border-color: #A3FF08; }
span { border-color: rgb(163,255,8); }
td.TdClassName
{
border-color: #A3FF08;
}
.TagClassName
{
border-color: #A3FF08;
}
</style>