Shades of Spring Bud #A0F417
Tints of Spring Bud #A0F417
RGB
CMYK
RGB Variations
Color information
#A0F417 (or 0xA0F417) is known color: Spring Bud. HEX triplet: A0, F4 and 17. RGB value is (160,244,23). Sum of RGB (Red+Green+Blue) = 160+244+23=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F417 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F417 is #5F0BE8. Grayscale: #C2C2C2. Windows color (decimal): -6228969 or 1569952. OLE color: 1569952.
HSL color Cylindrical-coordinate representation of color #A0F417: hue angle of 82.81º 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 #A0F417 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 23 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.04 |
| HSL | 82.81º | 0.91% | 0.52% | - |
| HSV(B) | 82.81º | 0.91% | 0.96% | - |
| XYZ | 47 | 72.24 | 12.28 | - |
| YUV | 193.69 | 31.67 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 23 | 0.34 | 0 | 0.91 | 0.04 | 82.81 | 0.91 | 0.52 |
| Hex | A0 | F4 | 17 | 22 | 0 | 5B | 4 | 53 | 5B | 34 |
| Octal | 240 | 364 | 27 | 42 | 0 | 133 | 4 | 123 | 133 | 64 |
| Binary | 10100000 | 11110100 | 10111 | 100010 | 0 | 1011011 | 100 | 1010011 | 1011011 | 110100 |
Color Harmonies of #A0F417
Complementary color
Monochromatic Colors of #A0F417
Black with #A0F417
Text Example
Text Example
White with #A0F417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F417; }
p { color: rgb(160,244,23); }
H1.HeaderClassName
{
color: #A0F417;
}
.AnyTagClassName
{
color: #A0F417;
}
</style>
background-color css
<style>
a { background-color: #A0F417; }
a { background-color: rgb(160,244,23); }
div.DivClassName
{
background-color: #A0F417;
}
.BgClassName
{
background-color: #A0F417;
}
</style>
border-color css
<style>
span { border-color: #A0F417; }
span { border-color: rgb(160,244,23); }
td.TdClassName
{
border-color: #A0F417;
}
.TagClassName
{
border-color: #A0F417;
}
</style>