Shades of Spring Bud #A0F415
Tints of Spring Bud #A0F415
RGB
CMYK
RGB Variations
Color information
#A0F415 (or 0xA0F415) is known color: Spring Bud. HEX triplet: A0, F4 and 15. RGB value is (160,244,21). Sum of RGB (Red+Green+Blue) = 160+244+21=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F415 is #5F0BEA. Grayscale: #C2C2C2. Windows color (decimal): -6228971 or 1438880. OLE color: 1438880.
HSL color Cylindrical-coordinate representation of color #A0F415: hue angle of 82.6º 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 #A0F415 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 21 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.04 |
| HSL | 82.6º | 0.91% | 0.52% | - |
| HSV(B) | 82.6º | 0.91% | 0.96% | - |
| XYZ | 46.98 | 72.23 | 12.17 | - |
| YUV | 193.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 21 | 0.34 | 0 | 0.91 | 0.04 | 82.6 | 0.91 | 0.52 |
| Hex | A0 | F4 | 15 | 22 | 0 | 5B | 4 | 53 | 5B | 34 |
| Octal | 240 | 364 | 25 | 42 | 0 | 133 | 4 | 123 | 133 | 64 |
| Binary | 10100000 | 11110100 | 10101 | 100010 | 0 | 1011011 | 100 | 1010011 | 1011011 | 110100 |
Color Harmonies of #A0F415
Complementary color
Monochromatic Colors of #A0F415
Black with #A0F415
Text Example
Text Example
White with #A0F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F415; }
p { color: rgb(160,244,21); }
H1.HeaderClassName
{
color: #A0F415;
}
.AnyTagClassName
{
color: #A0F415;
}
</style>
background-color css
<style>
a { background-color: #A0F415; }
a { background-color: rgb(160,244,21); }
div.DivClassName
{
background-color: #A0F415;
}
.BgClassName
{
background-color: #A0F415;
}
</style>
border-color css
<style>
span { border-color: #A0F415; }
span { border-color: rgb(160,244,21); }
td.TdClassName
{
border-color: #A0F415;
}
.TagClassName
{
border-color: #A0F415;
}
</style>