Shades of Green Yellow #A0EF43
Tints of Green Yellow #A0EF43
RGB
CMYK
RGB Variations
Color information
#A0EF43 (or 0xA0EF43) is known color: Green Yellow. HEX triplet: A0, EF and 43. RGB value is (160,239,67). Sum of RGB (Red+Green+Blue) = 160+239+67=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF43 is #5F10BC. Grayscale: #C4C4C4. Windows color (decimal): -6230205 or 4452256. OLE color: 4452256.
HSL color Cylindrical-coordinate representation of color #A0EF43: hue angle of 87.56º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0EF43 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 67 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.06 |
| HSL | 87.56º | 0.84% | 0.6% | - |
| HSV(B) | 87.56º | 0.72% | 0.94% | - |
| XYZ | 46.38 | 69.61 | 16.3 | - |
| YUV | 195.77 | 55.33 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 67 | 0.33 | 0 | 0.72 | 0.06 | 87.56 | 0.84 | 0.6 |
| Hex | A0 | EF | 43 | 21 | 0 | 48 | 6 | 58 | 54 | 3C |
| Octal | 240 | 357 | 103 | 41 | 0 | 110 | 6 | 130 | 124 | 74 |
| Binary | 10100000 | 11101111 | 1000011 | 100001 | 0 | 1001000 | 110 | 1011000 | 1010100 | 111100 |
Color Harmonies of #A0EF43
Complementary color
Monochromatic Colors of #A0EF43
Black with #A0EF43
Text Example
Text Example
White with #A0EF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF43; }
p { color: rgb(160,239,67); }
H1.HeaderClassName
{
color: #A0EF43;
}
.AnyTagClassName
{
color: #A0EF43;
}
</style>
background-color css
<style>
a { background-color: #A0EF43; }
a { background-color: rgb(160,239,67); }
div.DivClassName
{
background-color: #A0EF43;
}
.BgClassName
{
background-color: #A0EF43;
}
</style>
border-color css
<style>
span { border-color: #A0EF43; }
span { border-color: rgb(160,239,67); }
td.TdClassName
{
border-color: #A0EF43;
}
.TagClassName
{
border-color: #A0EF43;
}
</style>