Shades of Yellow Green #A0CC34
Tints of Yellow Green #A0CC34
RGB
CMYK
RGB Variations
Color information
#A0CC34 (or 0xA0CC34) is known color: Yellow Green. HEX triplet: A0, CC and 34. RGB value is (160,204,52). Sum of RGB (Red+Green+Blue) = 160+204+52=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC34 is #5F33CB. Grayscale: #AEAEAE. Windows color (decimal): -6239180 or 3460256. OLE color: 3460256.
HSL color Cylindrical-coordinate representation of color #A0CC34: hue angle of 77.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0CC34 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 52 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.2 |
| HSL | 77.37º | 0.6% | 0.5% | - |
| HSV(B) | 77.37º | 0.75% | 0.8% | - |
| XYZ | 36.71 | 50.91 | 11.14 | - |
| YUV | 173.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 52 | 0.22 | 0 | 0.75 | 0.2 | 77.37 | 0.6 | 0.5 |
| Hex | A0 | CC | 34 | 16 | 0 | 4B | 14 | 4D | 3C | 32 |
| Octal | 240 | 314 | 64 | 26 | 0 | 113 | 24 | 115 | 74 | 62 |
| Binary | 10100000 | 11001100 | 110100 | 10110 | 0 | 1001011 | 10100 | 1001101 | 111100 | 110010 |
Color Harmonies of #A0CC34
Complementary color
Monochromatic Colors of #A0CC34
Black with #A0CC34
Text Example
Text Example
White with #A0CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC34; }
p { color: rgb(160,204,52); }
H1.HeaderClassName
{
color: #A0CC34;
}
.AnyTagClassName
{
color: #A0CC34;
}
</style>
background-color css
<style>
a { background-color: #A0CC34; }
a { background-color: rgb(160,204,52); }
div.DivClassName
{
background-color: #A0CC34;
}
.BgClassName
{
background-color: #A0CC34;
}
</style>
border-color css
<style>
span { border-color: #A0CC34; }
span { border-color: rgb(160,204,52); }
td.TdClassName
{
border-color: #A0CC34;
}
.TagClassName
{
border-color: #A0CC34;
}
</style>