Shades of Green Yellow #A0F146
Tints of Green Yellow #A0F146
RGB
CMYK
RGB Variations
Color information
#A0F146 (or 0xA0F146) is known color: Green Yellow. HEX triplet: A0, F1 and 46. RGB value is (160,241,70). Sum of RGB (Red+Green+Blue) = 160+241+70=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F146 is #5F0EB9. Grayscale: #C5C5C5. Windows color (decimal): -6229690 or 4649376. OLE color: 4649376.
HSL color Cylindrical-coordinate representation of color #A0F146: hue angle of 88.42º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0F146 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 70 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.05 |
| HSL | 88.42º | 0.86% | 0.61% | - |
| HSV(B) | 88.42º | 0.71% | 0.95% | - |
| XYZ | 47.06 | 70.83 | 16.99 | - |
| YUV | 197.29 | 56.16 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 70 | 0.34 | 0 | 0.71 | 0.05 | 88.42 | 0.86 | 0.61 |
| Hex | A0 | F1 | 46 | 22 | 0 | 47 | 5 | 58 | 56 | 3D |
| Octal | 240 | 361 | 106 | 42 | 0 | 107 | 5 | 130 | 126 | 75 |
| Binary | 10100000 | 11110001 | 1000110 | 100010 | 0 | 1000111 | 101 | 1011000 | 1010110 | 111101 |
Color Harmonies of #A0F146
Complementary color
Monochromatic Colors of #A0F146
Black with #A0F146
Text Example
Text Example
White with #A0F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F146; }
p { color: rgb(160,241,70); }
H1.HeaderClassName
{
color: #A0F146;
}
.AnyTagClassName
{
color: #A0F146;
}
</style>
background-color css
<style>
a { background-color: #A0F146; }
a { background-color: rgb(160,241,70); }
div.DivClassName
{
background-color: #A0F146;
}
.BgClassName
{
background-color: #A0F146;
}
</style>
border-color css
<style>
span { border-color: #A0F146; }
span { border-color: rgb(160,241,70); }
td.TdClassName
{
border-color: #A0F146;
}
.TagClassName
{
border-color: #A0F146;
}
</style>