Shades of Spring Bud #A3FD12
Tints of Spring Bud #A3FD12
RGB
CMYK
RGB Variations
Color information
#A3FD12 (or 0xA3FD12) is known color: Spring Bud. HEX triplet: A3, FD and 12. RGB value is (163,253,18). Sum of RGB (Red+Green+Blue) = 163+253+18=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3FD12 is #5C02ED. Grayscale: #C8C8C8. Windows color (decimal): -6030062 or 1244579. OLE color: 1244579.
HSL color Cylindrical-coordinate representation of color #A3FD12: hue angle of 82.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3FD12 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.01 |
| HSL | 82.98º | 0.98% | 0.53% | - |
| HSV(B) | 82.98º | 0.93% | 0.99% | - |
| XYZ | 50.34 | 78.08 | 12.99 | - |
| YUV | 199.3 | 25.68 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 18 | 0.36 | 0 | 0.93 | 0.01 | 82.98 | 0.98 | 0.53 |
| Hex | A3 | FD | 12 | 24 | 0 | 5D | 1 | 53 | 62 | 35 |
| Octal | 243 | 375 | 22 | 44 | 0 | 135 | 1 | 123 | 142 | 65 |
| Binary | 10100011 | 11111101 | 10010 | 100100 | 0 | 1011101 | 1 | 1010011 | 1100010 | 110101 |
Color Harmonies of #A3FD12
Complementary color
Monochromatic Colors of #A3FD12
Black with #A3FD12
Text Example
Text Example
White with #A3FD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD12; }
p { color: rgb(163,253,18); }
H1.HeaderClassName
{
color: #A3FD12;
}
.AnyTagClassName
{
color: #A3FD12;
}
</style>
background-color css
<style>
a { background-color: #A3FD12; }
a { background-color: rgb(163,253,18); }
div.DivClassName
{
background-color: #A3FD12;
}
.BgClassName
{
background-color: #A3FD12;
}
</style>
border-color css
<style>
span { border-color: #A3FD12; }
span { border-color: rgb(163,253,18); }
td.TdClassName
{
border-color: #A3FD12;
}
.TagClassName
{
border-color: #A3FD12;
}
</style>