Shades of Spring Bud #A3F415
Tints of Spring Bud #A3F415
RGB
CMYK
RGB Variations
Color information
#A3F415 (or 0xA3F415) is known color: Spring Bud. HEX triplet: A3, F4 and 15. RGB value is (163,244,21). Sum of RGB (Red+Green+Blue) = 163+244+21=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 244 (95.70% from 255 or 57.01% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F415 is #5C0BEA. Grayscale: #C3C3C3. Windows color (decimal): -6032363 or 1438883. OLE color: 1438883.
HSL color Cylindrical-coordinate representation of color #A3F415: hue angle of 81.79º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3F415 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 244 | 21 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.04 |
| HSL | 81.79º | 0.91% | 0.52% | - |
| HSV(B) | 81.79º | 0.91% | 0.96% | - |
| XYZ | 47.59 | 72.54 | 12.2 | - |
| YUV | 194.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 244 | 21 | 0.33 | 0 | 0.91 | 0.04 | 81.79 | 0.91 | 0.52 |
| Hex | A3 | F4 | 15 | 21 | 0 | 5B | 4 | 52 | 5B | 34 |
| Octal | 243 | 364 | 25 | 41 | 0 | 133 | 4 | 122 | 133 | 64 |
| Binary | 10100011 | 11110100 | 10101 | 100001 | 0 | 1011011 | 100 | 1010010 | 1011011 | 110100 |
Color Harmonies of #A3F415
Complementary color
Monochromatic Colors of #A3F415
Black with #A3F415
Text Example
Text Example
White with #A3F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F415; }
p { color: rgb(163,244,21); }
H1.HeaderClassName
{
color: #A3F415;
}
.AnyTagClassName
{
color: #A3F415;
}
</style>
background-color css
<style>
a { background-color: #A3F415; }
a { background-color: rgb(163,244,21); }
div.DivClassName
{
background-color: #A3F415;
}
.BgClassName
{
background-color: #A3F415;
}
</style>
border-color css
<style>
span { border-color: #A3F415; }
span { border-color: rgb(163,244,21); }
td.TdClassName
{
border-color: #A3F415;
}
.TagClassName
{
border-color: #A3F415;
}
</style>