Shades of Green Yellow #A0EA33
Tints of Green Yellow #A0EA33
RGB
CMYK
RGB Variations
Color information
#A0EA33 (or 0xA0EA33) is known color: Green Yellow. HEX triplet: A0, EA and 33. RGB value is (160,234,51). Sum of RGB (Red+Green+Blue) = 160+234+51=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA33 is #5F15CC. Grayscale: #BFBFBF. Windows color (decimal): -6231501 or 3402400. OLE color: 3402400.
HSL color Cylindrical-coordinate representation of color #A0EA33: hue angle of 84.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0EA33 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 51 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.08 |
| HSL | 84.26º | 0.81% | 0.56% | - |
| HSV(B) | 84.26º | 0.78% | 0.92% | - |
| XYZ | 44.52 | 66.56 | 13.63 | - |
| YUV | 191.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 51 | 0.32 | 0 | 0.78 | 0.08 | 84.26 | 0.81 | 0.56 |
| Hex | A0 | EA | 33 | 20 | 0 | 4E | 8 | 54 | 51 | 38 |
| Octal | 240 | 352 | 63 | 40 | 0 | 116 | 10 | 124 | 121 | 70 |
| Binary | 10100000 | 11101010 | 110011 | 100000 | 0 | 1001110 | 1000 | 1010100 | 1010001 | 111000 |
Color Harmonies of #A0EA33
Complementary color
Monochromatic Colors of #A0EA33
Black with #A0EA33
Text Example
Text Example
White with #A0EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA33; }
p { color: rgb(160,234,51); }
H1.HeaderClassName
{
color: #A0EA33;
}
.AnyTagClassName
{
color: #A0EA33;
}
</style>
background-color css
<style>
a { background-color: #A0EA33; }
a { background-color: rgb(160,234,51); }
div.DivClassName
{
background-color: #A0EA33;
}
.BgClassName
{
background-color: #A0EA33;
}
</style>
border-color css
<style>
span { border-color: #A0EA33; }
span { border-color: rgb(160,234,51); }
td.TdClassName
{
border-color: #A0EA33;
}
.TagClassName
{
border-color: #A0EA33;
}
</style>