Shades of Yellow Green #A2CC34
Tints of Yellow Green #A2CC34
RGB
CMYK
RGB Variations
Color information
#A2CC34 (or 0xA2CC34) is known color: Yellow Green. HEX triplet: A2, CC and 34. RGB value is (162,204,52). Sum of RGB (Red+Green+Blue) = 162+204+52=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC34 is #5D33CB. Grayscale: #AEAEAE. Windows color (decimal): -6108108 or 3460258. OLE color: 3460258.
HSL color Cylindrical-coordinate representation of color #A2CC34: hue angle of 76.58º 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 #A2CC34 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 52 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.2 |
| HSL | 76.58º | 0.6% | 0.5% | - |
| HSV(B) | 76.58º | 0.75% | 0.8% | - |
| XYZ | 37.11 | 51.12 | 11.16 | - |
| YUV | 174.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 52 | 0.21 | 0 | 0.75 | 0.2 | 76.58 | 0.6 | 0.5 |
| Hex | A2 | CC | 34 | 15 | 0 | 4B | 14 | 4D | 3C | 32 |
| Octal | 242 | 314 | 64 | 25 | 0 | 113 | 24 | 115 | 74 | 62 |
| Binary | 10100010 | 11001100 | 110100 | 10101 | 0 | 1001011 | 10100 | 1001101 | 111100 | 110010 |
Color Harmonies of #A2CC34
Complementary color
Monochromatic Colors of #A2CC34
Black with #A2CC34
Text Example
Text Example
White with #A2CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC34; }
p { color: rgb(162,204,52); }
H1.HeaderClassName
{
color: #A2CC34;
}
.AnyTagClassName
{
color: #A2CC34;
}
</style>
background-color css
<style>
a { background-color: #A2CC34; }
a { background-color: rgb(162,204,52); }
div.DivClassName
{
background-color: #A2CC34;
}
.BgClassName
{
background-color: #A2CC34;
}
</style>
border-color css
<style>
span { border-color: #A2CC34; }
span { border-color: rgb(162,204,52); }
td.TdClassName
{
border-color: #A2CC34;
}
.TagClassName
{
border-color: #A2CC34;
}
</style>