Shades of Green Yellow #A0F224
Tints of Green Yellow #A0F224
RGB
CMYK
RGB Variations
Color information
#A0F224 (or 0xA0F224) is known color: Green Yellow. HEX triplet: A0, F2 and 24. RGB value is (160,242,36). Sum of RGB (Red+Green+Blue) = 160+242+36=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F224 is #5F0DDB. Grayscale: #C2C2C2. Windows color (decimal): -6229468 or 2421408. OLE color: 2421408.
HSL color Cylindrical-coordinate representation of color #A0F224: hue angle of 83.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F224 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 36 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.05 |
| HSL | 83.88º | 0.89% | 0.55% | - |
| HSV(B) | 83.88º | 0.85% | 0.95% | - |
| XYZ | 46.57 | 71.11 | 12.94 | - |
| YUV | 194 | 38.83 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 36 | 0.34 | 0 | 0.85 | 0.05 | 83.88 | 0.89 | 0.55 |
| Hex | A0 | F2 | 24 | 22 | 0 | 55 | 5 | 54 | 59 | 37 |
| Octal | 240 | 362 | 44 | 42 | 0 | 125 | 5 | 124 | 131 | 67 |
| Binary | 10100000 | 11110010 | 100100 | 100010 | 0 | 1010101 | 101 | 1010100 | 1011001 | 110111 |
Color Harmonies of #A0F224
Complementary color
Monochromatic Colors of #A0F224
Black with #A0F224
Text Example
Text Example
White with #A0F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F224; }
p { color: rgb(160,242,36); }
H1.HeaderClassName
{
color: #A0F224;
}
.AnyTagClassName
{
color: #A0F224;
}
</style>
background-color css
<style>
a { background-color: #A0F224; }
a { background-color: rgb(160,242,36); }
div.DivClassName
{
background-color: #A0F224;
}
.BgClassName
{
background-color: #A0F224;
}
</style>
border-color css
<style>
span { border-color: #A0F224; }
span { border-color: rgb(160,242,36); }
td.TdClassName
{
border-color: #A0F224;
}
.TagClassName
{
border-color: #A0F224;
}
</style>