Shades of Green Yellow #A0F337
Tints of Green Yellow #A0F337
RGB
CMYK
RGB Variations
Color information
#A0F337 (or 0xA0F337) is known color: Green Yellow. HEX triplet: A0, F3 and 37. RGB value is (160,243,55). Sum of RGB (Red+Green+Blue) = 160+243+55=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F337 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F337 is #5F0CC8. Grayscale: #C5C5C5. Windows color (decimal): -6229193 or 3666848. OLE color: 3666848.
HSL color Cylindrical-coordinate representation of color #A0F337: hue angle of 86.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0F337 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 55 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.05 |
| HSL | 86.49º | 0.89% | 0.58% | - |
| HSV(B) | 86.49º | 0.77% | 0.95% | - |
| XYZ | 47.24 | 71.85 | 14.99 | - |
| YUV | 196.75 | 48 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 55 | 0.34 | 0 | 0.77 | 0.05 | 86.49 | 0.89 | 0.58 |
| Hex | A0 | F3 | 37 | 22 | 0 | 4D | 5 | 56 | 59 | 3A |
| Octal | 240 | 363 | 67 | 42 | 0 | 115 | 5 | 126 | 131 | 72 |
| Binary | 10100000 | 11110011 | 110111 | 100010 | 0 | 1001101 | 101 | 1010110 | 1011001 | 111010 |
Color Harmonies of #A0F337
Complementary color
Monochromatic Colors of #A0F337
Black with #A0F337
Text Example
Text Example
White with #A0F337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F337; }
p { color: rgb(160,243,55); }
H1.HeaderClassName
{
color: #A0F337;
}
.AnyTagClassName
{
color: #A0F337;
}
</style>
background-color css
<style>
a { background-color: #A0F337; }
a { background-color: rgb(160,243,55); }
div.DivClassName
{
background-color: #A0F337;
}
.BgClassName
{
background-color: #A0F337;
}
</style>
border-color css
<style>
span { border-color: #A0F337; }
span { border-color: rgb(160,243,55); }
td.TdClassName
{
border-color: #A0F337;
}
.TagClassName
{
border-color: #A0F337;
}
</style>