Shades of Yellow Green #A0CE31
Tints of Yellow Green #A0CE31
RGB
CMYK
RGB Variations
Color information
#A0CE31 (or 0xA0CE31) is known color: Yellow Green. HEX triplet: A0, CE and 31. RGB value is (160,206,49). Sum of RGB (Red+Green+Blue) = 160+206+49=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE31 is #5F31CE. Grayscale: #AEAEAE. Windows color (decimal): -6238671 or 3264160. OLE color: 3264160.
HSL color Cylindrical-coordinate representation of color #A0CE31: hue angle of 77.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0CE31 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 49 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.19 |
| HSL | 77.58º | 0.62% | 0.5% | - |
| HSV(B) | 77.58º | 0.76% | 0.81% | - |
| XYZ | 37.12 | 51.84 | 10.95 | - |
| YUV | 174.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 49 | 0.22 | 0 | 0.76 | 0.19 | 77.58 | 0.62 | 0.5 |
| Hex | A0 | CE | 31 | 16 | 0 | 4C | 13 | 4E | 3E | 32 |
| Octal | 240 | 316 | 61 | 26 | 0 | 114 | 23 | 116 | 76 | 62 |
| Binary | 10100000 | 11001110 | 110001 | 10110 | 0 | 1001100 | 10011 | 1001110 | 111110 | 110010 |
Color Harmonies of #A0CE31
Complementary color
Monochromatic Colors of #A0CE31
Black with #A0CE31
Text Example
Text Example
White with #A0CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE31; }
p { color: rgb(160,206,49); }
H1.HeaderClassName
{
color: #A0CE31;
}
.AnyTagClassName
{
color: #A0CE31;
}
</style>
background-color css
<style>
a { background-color: #A0CE31; }
a { background-color: rgb(160,206,49); }
div.DivClassName
{
background-color: #A0CE31;
}
.BgClassName
{
background-color: #A0CE31;
}
</style>
border-color css
<style>
span { border-color: #A0CE31; }
span { border-color: rgb(160,206,49); }
td.TdClassName
{
border-color: #A0CE31;
}
.TagClassName
{
border-color: #A0CE31;
}
</style>