Shades of Green Yellow #A0EE33
Tints of Green Yellow #A0EE33
RGB
CMYK
RGB Variations
Color information
#A0EE33 (or 0xA0EE33) is known color: Green Yellow. HEX triplet: A0, EE and 33. RGB value is (160,238,51). Sum of RGB (Red+Green+Blue) = 160+238+51=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE33 is #5F11CC. Grayscale: #C2C2C2. Windows color (decimal): -6230477 or 3403424. OLE color: 3403424.
HSL color Cylindrical-coordinate representation of color #A0EE33: hue angle of 85.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0EE33 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 51 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.07 |
| HSL | 85.03º | 0.85% | 0.57% | - |
| HSV(B) | 85.03º | 0.79% | 0.93% | - |
| XYZ | 45.67 | 68.86 | 14.02 | - |
| YUV | 193.36 | 47.66 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 51 | 0.33 | 0 | 0.79 | 0.07 | 85.03 | 0.85 | 0.57 |
| Hex | A0 | EE | 33 | 21 | 0 | 4F | 7 | 55 | 55 | 39 |
| Octal | 240 | 356 | 63 | 41 | 0 | 117 | 7 | 125 | 125 | 71 |
| Binary | 10100000 | 11101110 | 110011 | 100001 | 0 | 1001111 | 111 | 1010101 | 1010101 | 111001 |
Color Harmonies of #A0EE33
Complementary color
Monochromatic Colors of #A0EE33
Black with #A0EE33
Text Example
Text Example
White with #A0EE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE33; }
p { color: rgb(160,238,51); }
H1.HeaderClassName
{
color: #A0EE33;
}
.AnyTagClassName
{
color: #A0EE33;
}
</style>
background-color css
<style>
a { background-color: #A0EE33; }
a { background-color: rgb(160,238,51); }
div.DivClassName
{
background-color: #A0EE33;
}
.BgClassName
{
background-color: #A0EE33;
}
</style>
border-color css
<style>
span { border-color: #A0EE33; }
span { border-color: rgb(160,238,51); }
td.TdClassName
{
border-color: #A0EE33;
}
.TagClassName
{
border-color: #A0EE33;
}
</style>