Shades of Green Yellow #A2FF4D
Tints of Green Yellow #A2FF4D
RGB
CMYK
RGB Variations
Color information
#A2FF4D (or 0xA2FF4D) is known color: Green Yellow. HEX triplet: A2, FF and 4D. RGB value is (162,255,77). Sum of RGB (Red+Green+Blue) = 162+255+77=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF4D is #5D00B2. Grayscale: #CFCFCF. Windows color (decimal): -6095027 or 5111714. OLE color: 5111714.
HSL color Cylindrical-coordinate representation of color #A2FF4D: hue angle of 91.35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2FF4D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 77 | - |
| CMYK | 0.36 | 0 | 0.70 | 0 |
| HSL | 91.35º | 1% | 0.65% | - |
| HSV(B) | 91.35º | 0.7% | 1% | - |
| XYZ | 52 | 79.74 | 19.67 | - |
| YUV | 206.9 | 54.69 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 77 | 0.36 | 0 | 0.70 | 0 | 91.35 | 1 | 0.65 |
| Hex | A2 | FF | 4D | 24 | 0 | 46 | 0 | 5B | 64 | 41 |
| Octal | 242 | 377 | 115 | 44 | 0 | 106 | 0 | 133 | 144 | 101 |
| Binary | 10100010 | 11111111 | 1001101 | 100100 | 0 | 1000110 | 0 | 1011011 | 1100100 | 1000001 |
Color Harmonies of #A2FF4D
Complementary color
Monochromatic Colors of #A2FF4D
Black with #A2FF4D
Text Example
Text Example
White with #A2FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF4D; }
p { color: rgb(162,255,77); }
H1.HeaderClassName
{
color: #A2FF4D;
}
.AnyTagClassName
{
color: #A2FF4D;
}
</style>
background-color css
<style>
a { background-color: #A2FF4D; }
a { background-color: rgb(162,255,77); }
div.DivClassName
{
background-color: #A2FF4D;
}
.BgClassName
{
background-color: #A2FF4D;
}
</style>
border-color css
<style>
span { border-color: #A2FF4D; }
span { border-color: rgb(162,255,77); }
td.TdClassName
{
border-color: #A2FF4D;
}
.TagClassName
{
border-color: #A2FF4D;
}
</style>