Shades of Green Yellow #A2FF4A
Tints of Green Yellow #A2FF4A
RGB
CMYK
RGB Variations
Color information
#A2FF4A (or 0xA2FF4A) is known color: Green Yellow. HEX triplet: A2, FF and 4A. RGB value is (162,255,74). Sum of RGB (Red+Green+Blue) = 162+255+74=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF4A is #5D00B5. Grayscale: #CFCFCF. Windows color (decimal): -6095030 or 4915106. OLE color: 4915106.
HSL color Cylindrical-coordinate representation of color #A2FF4A: hue angle of 90.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2FF4A is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 74 | - |
| CMYK | 0.36 | 0 | 0.71 | 0 |
| HSL | 90.83º | 1% | 0.65% | - |
| HSV(B) | 90.83º | 0.71% | 1% | - |
| XYZ | 51.9 | 79.7 | 19.13 | - |
| YUV | 206.56 | 53.19 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 74 | 0.36 | 0 | 0.71 | 0 | 90.83 | 1 | 0.65 |
| Hex | A2 | FF | 4A | 24 | 0 | 47 | 0 | 5B | 64 | 41 |
| Octal | 242 | 377 | 112 | 44 | 0 | 107 | 0 | 133 | 144 | 101 |
| Binary | 10100010 | 11111111 | 1001010 | 100100 | 0 | 1000111 | 0 | 1011011 | 1100100 | 1000001 |
Color Harmonies of #A2FF4A
Complementary color
Monochromatic Colors of #A2FF4A
Black with #A2FF4A
Text Example
Text Example
White with #A2FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF4A; }
p { color: rgb(162,255,74); }
H1.HeaderClassName
{
color: #A2FF4A;
}
.AnyTagClassName
{
color: #A2FF4A;
}
</style>
background-color css
<style>
a { background-color: #A2FF4A; }
a { background-color: rgb(162,255,74); }
div.DivClassName
{
background-color: #A2FF4A;
}
.BgClassName
{
background-color: #A2FF4A;
}
</style>
border-color css
<style>
span { border-color: #A2FF4A; }
span { border-color: rgb(162,255,74); }
td.TdClassName
{
border-color: #A2FF4A;
}
.TagClassName
{
border-color: #A2FF4A;
}
</style>