Shades of Spring Bud #A3EB00
Tints of Spring Bud #A3EB00
RGB
CMYK
RGB Variations
Color information
#A3EB00 (or 0xA3EB00) is known color: Spring Bud. HEX triplet: A3, EB and 00. RGB value is (163,235,0). Sum of RGB (Red+Green+Blue) = 163+235+0=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 235 (92.19% from 255 or 59.05% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EB00 is #5C14FF. Grayscale: #BBBBBB. Windows color (decimal): -6034688 or 60323. OLE color: 60323.
HSL color Cylindrical-coordinate representation of color #A3EB00: hue angle of 78.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3EB00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.08 |
| HSL | 78.38º | 1% | 0.46% | - |
| HSV(B) | 78.38º | 1% | 0.92% | - |
| XYZ | 44.81 | 67.2 | 10.61 | - |
| YUV | 186.68 | 22.65 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 0 | 0.31 | 0 | 1 | 0.08 | 78.38 | 1 | 0.46 |
| Hex | A3 | EB | 0 | 1F | 0 | 64 | 8 | 4E | 64 | 2E |
| Octal | 243 | 353 | 0 | 37 | 0 | 144 | 10 | 116 | 144 | 56 |
| Binary | 10100011 | 11101011 | 0 | 11111 | 0 | 1100100 | 1000 | 1001110 | 1100100 | 101110 |
Color Harmonies of #A3EB00
Complementary color
Monochromatic Colors of #A3EB00
Black with #A3EB00
Text Example
Text Example
White with #A3EB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EB00; }
p { color: rgb(163,235,0); }
H1.HeaderClassName
{
color: #A3EB00;
}
.AnyTagClassName
{
color: #A3EB00;
}
</style>
background-color css
<style>
a { background-color: #A3EB00; }
a { background-color: rgb(163,235,0); }
div.DivClassName
{
background-color: #A3EB00;
}
.BgClassName
{
background-color: #A3EB00;
}
</style>
border-color css
<style>
span { border-color: #A3EB00; }
span { border-color: rgb(163,235,0); }
td.TdClassName
{
border-color: #A3EB00;
}
.TagClassName
{
border-color: #A3EB00;
}
</style>