Shades of Green Yellow #A0EE2F
Tints of Green Yellow #A0EE2F
RGB
CMYK
RGB Variations
Color information
#A0EE2F (or 0xA0EE2F) is known color: Green Yellow. HEX triplet: A0, EE and 2F. RGB value is (160,238,47). Sum of RGB (Red+Green+Blue) = 160+238+47=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE2F is #5F11D0. Grayscale: #C1C1C1. Windows color (decimal): -6230481 or 3141280. OLE color: 3141280.
HSL color Cylindrical-coordinate representation of color #A0EE2F: hue angle of 84.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0EE2F is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 47 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.07 |
| HSL | 84.5º | 0.85% | 0.56% | - |
| HSV(B) | 84.5º | 0.8% | 0.93% | - |
| XYZ | 45.58 | 68.83 | 13.57 | - |
| YUV | 192.9 | 45.66 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 47 | 0.33 | 0 | 0.80 | 0.07 | 84.5 | 0.85 | 0.56 |
| Hex | A0 | EE | 2F | 21 | 0 | 50 | 7 | 55 | 55 | 38 |
| Octal | 240 | 356 | 57 | 41 | 0 | 120 | 7 | 125 | 125 | 70 |
| Binary | 10100000 | 11101110 | 101111 | 100001 | 0 | 1010000 | 111 | 1010101 | 1010101 | 111000 |
Color Harmonies of #A0EE2F
Complementary color
Monochromatic Colors of #A0EE2F
Black with #A0EE2F
Text Example
Text Example
White with #A0EE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE2F; }
p { color: rgb(160,238,47); }
H1.HeaderClassName
{
color: #A0EE2F;
}
.AnyTagClassName
{
color: #A0EE2F;
}
</style>
background-color css
<style>
a { background-color: #A0EE2F; }
a { background-color: rgb(160,238,47); }
div.DivClassName
{
background-color: #A0EE2F;
}
.BgClassName
{
background-color: #A0EE2F;
}
</style>
border-color css
<style>
span { border-color: #A0EE2F; }
span { border-color: rgb(160,238,47); }
td.TdClassName
{
border-color: #A0EE2F;
}
.TagClassName
{
border-color: #A0EE2F;
}
</style>