Shades of Green Yellow #A2ED36
Tints of Green Yellow #A2ED36
RGB
CMYK
RGB Variations
Color information
#A2ED36 (or 0xA2ED36) is known color: Green Yellow. HEX triplet: A2, ED and 36. RGB value is (162,237,54). Sum of RGB (Red+Green+Blue) = 162+237+54=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2ED36 is #5D12C9. Grayscale: #C2C2C2. Windows color (decimal): -6099658 or 3599778. OLE color: 3599778.
HSL color Cylindrical-coordinate representation of color #A2ED36: hue angle of 84.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2ED36 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 54 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.07 |
| HSL | 84.59º | 0.84% | 0.57% | - |
| HSV(B) | 84.59º | 0.77% | 0.93% | - |
| XYZ | 45.85 | 68.52 | 14.3 | - |
| YUV | 193.71 | 49.15 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 54 | 0.32 | 0 | 0.77 | 0.07 | 84.59 | 0.84 | 0.57 |
| Hex | A2 | ED | 36 | 20 | 0 | 4D | 7 | 55 | 54 | 39 |
| Octal | 242 | 355 | 66 | 40 | 0 | 115 | 7 | 125 | 124 | 71 |
| Binary | 10100010 | 11101101 | 110110 | 100000 | 0 | 1001101 | 111 | 1010101 | 1010100 | 111001 |
Color Harmonies of #A2ED36
Complementary color
Monochromatic Colors of #A2ED36
Black with #A2ED36
Text Example
Text Example
White with #A2ED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ED36; }
p { color: rgb(162,237,54); }
H1.HeaderClassName
{
color: #A2ED36;
}
.AnyTagClassName
{
color: #A2ED36;
}
</style>
background-color css
<style>
a { background-color: #A2ED36; }
a { background-color: rgb(162,237,54); }
div.DivClassName
{
background-color: #A2ED36;
}
.BgClassName
{
background-color: #A2ED36;
}
</style>
border-color css
<style>
span { border-color: #A2ED36; }
span { border-color: rgb(162,237,54); }
td.TdClassName
{
border-color: #A2ED36;
}
.TagClassName
{
border-color: #A2ED36;
}
</style>