Shades of Green Yellow #A2EC2C
Tints of Green Yellow #A2EC2C
RGB
CMYK
RGB Variations
Color information
#A2EC2C (or 0xA2EC2C) is known color: Green Yellow. HEX triplet: A2, EC and 2C. RGB value is (162,236,44). Sum of RGB (Red+Green+Blue) = 162+236+44=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC2C is #5D13D3. Grayscale: #C0C0C0. Windows color (decimal): -6099924 or 2944162. OLE color: 2944162.
HSL color Cylindrical-coordinate representation of color #A2EC2C: hue angle of 83.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2EC2C is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 44 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.07 |
| HSL | 83.13º | 0.83% | 0.55% | - |
| HSV(B) | 83.13º | 0.81% | 0.93% | - |
| XYZ | 45.35 | 67.85 | 13.09 | - |
| YUV | 191.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 44 | 0.31 | 0 | 0.81 | 0.07 | 83.13 | 0.83 | 0.55 |
| Hex | A2 | EC | 2C | 1F | 0 | 51 | 7 | 53 | 53 | 37 |
| Octal | 242 | 354 | 54 | 37 | 0 | 121 | 7 | 123 | 123 | 67 |
| Binary | 10100010 | 11101100 | 101100 | 11111 | 0 | 1010001 | 111 | 1010011 | 1010011 | 110111 |
Color Harmonies of #A2EC2C
Complementary color
Monochromatic Colors of #A2EC2C
Black with #A2EC2C
Text Example
Text Example
White with #A2EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC2C; }
p { color: rgb(162,236,44); }
H1.HeaderClassName
{
color: #A2EC2C;
}
.AnyTagClassName
{
color: #A2EC2C;
}
</style>
background-color css
<style>
a { background-color: #A2EC2C; }
a { background-color: rgb(162,236,44); }
div.DivClassName
{
background-color: #A2EC2C;
}
.BgClassName
{
background-color: #A2EC2C;
}
</style>
border-color css
<style>
span { border-color: #A2EC2C; }
span { border-color: rgb(162,236,44); }
td.TdClassName
{
border-color: #A2EC2C;
}
.TagClassName
{
border-color: #A2EC2C;
}
</style>