Shades of Yellow Green #A0CE34
Tints of Yellow Green #A0CE34
RGB
CMYK
RGB Variations
Color information
#A0CE34 (or 0xA0CE34) is known color: Yellow Green. HEX triplet: A0, CE and 34. RGB value is (160,206,52). Sum of RGB (Red+Green+Blue) = 160+206+52=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE34 is #5F31CB. Grayscale: #AFAFAF. Windows color (decimal): -6238668 or 3460768. OLE color: 3460768.
HSL color Cylindrical-coordinate representation of color #A0CE34: hue angle of 77.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0CE34 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 52 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.19 |
| HSL | 77.92º | 0.61% | 0.51% | - |
| HSV(B) | 77.92º | 0.75% | 0.81% | - |
| XYZ | 37.19 | 51.86 | 11.3 | - |
| YUV | 174.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 52 | 0.22 | 0 | 0.75 | 0.19 | 77.92 | 0.61 | 0.51 |
| Hex | A0 | CE | 34 | 16 | 0 | 4B | 13 | 4E | 3D | 33 |
| Octal | 240 | 316 | 64 | 26 | 0 | 113 | 23 | 116 | 75 | 63 |
| Binary | 10100000 | 11001110 | 110100 | 10110 | 0 | 1001011 | 10011 | 1001110 | 111101 | 110011 |
Color Harmonies of #A0CE34
Complementary color
Monochromatic Colors of #A0CE34
Black with #A0CE34
Text Example
Text Example
White with #A0CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE34; }
p { color: rgb(160,206,52); }
H1.HeaderClassName
{
color: #A0CE34;
}
.AnyTagClassName
{
color: #A0CE34;
}
</style>
background-color css
<style>
a { background-color: #A0CE34; }
a { background-color: rgb(160,206,52); }
div.DivClassName
{
background-color: #A0CE34;
}
.BgClassName
{
background-color: #A0CE34;
}
</style>
border-color css
<style>
span { border-color: #A0CE34; }
span { border-color: rgb(160,206,52); }
td.TdClassName
{
border-color: #A0CE34;
}
.TagClassName
{
border-color: #A0CE34;
}
</style>