Shades of Green Yellow #A0EE43
Tints of Green Yellow #A0EE43
RGB
CMYK
RGB Variations
Color information
#A0EE43 (or 0xA0EE43) is known color: Green Yellow. HEX triplet: A0, EE and 43. RGB value is (160,238,67). Sum of RGB (Red+Green+Blue) = 160+238+67=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE43 is #5F11BC. Grayscale: #C3C3C3. Windows color (decimal): -6230461 or 4452000. OLE color: 4452000.
HSL color Cylindrical-coordinate representation of color #A0EE43: hue angle of 87.37º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0EE43 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 67 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.07 |
| HSL | 87.37º | 0.83% | 0.6% | - |
| HSV(B) | 87.37º | 0.72% | 0.93% | - |
| XYZ | 46.08 | 69.03 | 16.2 | - |
| YUV | 195.18 | 55.66 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 67 | 0.33 | 0 | 0.72 | 0.07 | 87.37 | 0.83 | 0.6 |
| Hex | A0 | EE | 43 | 21 | 0 | 48 | 7 | 57 | 53 | 3C |
| Octal | 240 | 356 | 103 | 41 | 0 | 110 | 7 | 127 | 123 | 74 |
| Binary | 10100000 | 11101110 | 1000011 | 100001 | 0 | 1001000 | 111 | 1010111 | 1010011 | 111100 |
Color Harmonies of #A0EE43
Complementary color
Monochromatic Colors of #A0EE43
Black with #A0EE43
Text Example
Text Example
White with #A0EE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE43; }
p { color: rgb(160,238,67); }
H1.HeaderClassName
{
color: #A0EE43;
}
.AnyTagClassName
{
color: #A0EE43;
}
</style>
background-color css
<style>
a { background-color: #A0EE43; }
a { background-color: rgb(160,238,67); }
div.DivClassName
{
background-color: #A0EE43;
}
.BgClassName
{
background-color: #A0EE43;
}
</style>
border-color css
<style>
span { border-color: #A0EE43; }
span { border-color: rgb(160,238,67); }
td.TdClassName
{
border-color: #A0EE43;
}
.TagClassName
{
border-color: #A0EE43;
}
</style>