Shades of Green Yellow #A2E82F
Tints of Green Yellow #A2E82F
RGB
CMYK
RGB Variations
Color information
#A2E82F (or 0xA2E82F) is known color: Green Yellow. HEX triplet: A2, E8 and 2F. RGB value is (162,232,47). Sum of RGB (Red+Green+Blue) = 162+232+47=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E82F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E82F is #5D17D0. Grayscale: #BEBEBE. Windows color (decimal): -6100945 or 3139746. OLE color: 3139746.
HSL color Cylindrical-coordinate representation of color #A2E82F: hue angle of 82.7º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2E82F is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 47 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.09 |
| HSL | 82.7º | 0.8% | 0.55% | - |
| HSV(B) | 82.7º | 0.8% | 0.91% | - |
| XYZ | 44.27 | 65.6 | 13.02 | - |
| YUV | 189.98 | 47.31 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 47 | 0.30 | 0 | 0.80 | 0.09 | 82.7 | 0.8 | 0.55 |
| Hex | A2 | E8 | 2F | 1E | 0 | 50 | 9 | 53 | 50 | 37 |
| Octal | 242 | 350 | 57 | 36 | 0 | 120 | 11 | 123 | 120 | 67 |
| Binary | 10100010 | 11101000 | 101111 | 11110 | 0 | 1010000 | 1001 | 1010011 | 1010000 | 110111 |
Color Harmonies of #A2E82F
Complementary color
Monochromatic Colors of #A2E82F
Black with #A2E82F
Text Example
Text Example
White with #A2E82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E82F; }
p { color: rgb(162,232,47); }
H1.HeaderClassName
{
color: #A2E82F;
}
.AnyTagClassName
{
color: #A2E82F;
}
</style>
background-color css
<style>
a { background-color: #A2E82F; }
a { background-color: rgb(162,232,47); }
div.DivClassName
{
background-color: #A2E82F;
}
.BgClassName
{
background-color: #A2E82F;
}
</style>
border-color css
<style>
span { border-color: #A2E82F; }
span { border-color: rgb(162,232,47); }
td.TdClassName
{
border-color: #A2E82F;
}
.TagClassName
{
border-color: #A2E82F;
}
</style>