Shades of Spring Bud #A3EF00
Tints of Spring Bud #A3EF00
RGB
CMYK
RGB Variations
Color information
#A3EF00 (or 0xA3EF00) is known color: Spring Bud. HEX triplet: A3, EF and 00. RGB value is (163,239,0). Sum of RGB (Red+Green+Blue) = 163+239+0=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EF00 is #5C10FF. Grayscale: #BDBDBD. Windows color (decimal): -6033664 or 61347. OLE color: 61347.
HSL color Cylindrical-coordinate representation of color #A3EF00: hue angle of 79.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3EF00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.06 |
| HSL | 79.08º | 1% | 0.47% | - |
| HSV(B) | 79.08º | 1% | 0.94% | - |
| XYZ | 45.97 | 69.52 | 11 | - |
| YUV | 189.03 | 21.32 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 0 | 0.32 | 0 | 1 | 0.06 | 79.08 | 1 | 0.47 |
| Hex | A3 | EF | 0 | 20 | 0 | 64 | 6 | 4F | 64 | 2F |
| Octal | 243 | 357 | 0 | 40 | 0 | 144 | 6 | 117 | 144 | 57 |
| Binary | 10100011 | 11101111 | 0 | 100000 | 0 | 1100100 | 110 | 1001111 | 1100100 | 101111 |
Color Harmonies of #A3EF00
Complementary color
Monochromatic Colors of #A3EF00
Black with #A3EF00
Text Example
Text Example
White with #A3EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EF00; }
p { color: rgb(163,239,0); }
H1.HeaderClassName
{
color: #A3EF00;
}
.AnyTagClassName
{
color: #A3EF00;
}
</style>
background-color css
<style>
a { background-color: #A3EF00; }
a { background-color: rgb(163,239,0); }
div.DivClassName
{
background-color: #A3EF00;
}
.BgClassName
{
background-color: #A3EF00;
}
</style>
border-color css
<style>
span { border-color: #A3EF00; }
span { border-color: rgb(163,239,0); }
td.TdClassName
{
border-color: #A3EF00;
}
.TagClassName
{
border-color: #A3EF00;
}
</style>