Shades of Spring Bud #A3F312
Tints of Spring Bud #A3F312
RGB
CMYK
RGB Variations
Color information
#A3F312 (or 0xA3F312) is known color: Spring Bud. HEX triplet: A3, F3 and 12. RGB value is (163,243,18). Sum of RGB (Red+Green+Blue) = 163+243+18=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #A3F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F312 is #5C0CED. Grayscale: #C2C2C2. Windows color (decimal): -6032622 or 1242019. OLE color: 1242019.
HSL color Cylindrical-coordinate representation of color #A3F312: hue angle of 81.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3F312 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 243 | 18 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.05 |
| HSL | 81.33º | 0.9% | 0.51% | - |
| HSV(B) | 81.33º | 0.93% | 0.95% | - |
| XYZ | 47.26 | 71.93 | 11.97 | - |
| YUV | 193.43 | 29 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 243 | 18 | 0.33 | 0 | 0.93 | 0.05 | 81.33 | 0.9 | 0.51 |
| Hex | A3 | F3 | 12 | 21 | 0 | 5D | 5 | 51 | 5A | 33 |
| Octal | 243 | 363 | 22 | 41 | 0 | 135 | 5 | 121 | 132 | 63 |
| Binary | 10100011 | 11110011 | 10010 | 100001 | 0 | 1011101 | 101 | 1010001 | 1011010 | 110011 |
Color Harmonies of #A3F312
Complementary color
Monochromatic Colors of #A3F312
Black with #A3F312
Text Example
Text Example
White with #A3F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F312; }
p { color: rgb(163,243,18); }
H1.HeaderClassName
{
color: #A3F312;
}
.AnyTagClassName
{
color: #A3F312;
}
</style>
background-color css
<style>
a { background-color: #A3F312; }
a { background-color: rgb(163,243,18); }
div.DivClassName
{
background-color: #A3F312;
}
.BgClassName
{
background-color: #A3F312;
}
</style>
border-color css
<style>
span { border-color: #A3F312; }
span { border-color: rgb(163,243,18); }
td.TdClassName
{
border-color: #A3F312;
}
.TagClassName
{
border-color: #A3F312;
}
</style>