Shades of Green Yellow #A2EC2F
Tints of Green Yellow #A2EC2F
RGB
CMYK
RGB Variations
Color information
#A2EC2F (or 0xA2EC2F) is known color: Green Yellow. HEX triplet: A2, EC and 2F. RGB value is (162,236,47). Sum of RGB (Red+Green+Blue) = 162+236+47=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EC2F is #5D13D0. Grayscale: #C1C1C1. Windows color (decimal): -6099921 or 3140770. OLE color: 3140770.
HSL color Cylindrical-coordinate representation of color #A2EC2F: hue angle of 83.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2EC2F is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 47 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.07 |
| HSL | 83.49º | 0.83% | 0.55% | - |
| HSV(B) | 83.49º | 0.8% | 0.93% | - |
| XYZ | 45.41 | 67.88 | 13.4 | - |
| YUV | 192.33 | 45.98 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 47 | 0.31 | 0 | 0.80 | 0.07 | 83.49 | 0.83 | 0.55 |
| Hex | A2 | EC | 2F | 1F | 0 | 50 | 7 | 53 | 53 | 37 |
| Octal | 242 | 354 | 57 | 37 | 0 | 120 | 7 | 123 | 123 | 67 |
| Binary | 10100010 | 11101100 | 101111 | 11111 | 0 | 1010000 | 111 | 1010011 | 1010011 | 110111 |
Color Harmonies of #A2EC2F
Complementary color
Monochromatic Colors of #A2EC2F
Black with #A2EC2F
Text Example
Text Example
White with #A2EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC2F; }
p { color: rgb(162,236,47); }
H1.HeaderClassName
{
color: #A2EC2F;
}
.AnyTagClassName
{
color: #A2EC2F;
}
</style>
background-color css
<style>
a { background-color: #A2EC2F; }
a { background-color: rgb(162,236,47); }
div.DivClassName
{
background-color: #A2EC2F;
}
.BgClassName
{
background-color: #A2EC2F;
}
</style>
border-color css
<style>
span { border-color: #A2EC2F; }
span { border-color: rgb(162,236,47); }
td.TdClassName
{
border-color: #A2EC2F;
}
.TagClassName
{
border-color: #A2EC2F;
}
</style>