Shades of Green Yellow #A2FF40
Tints of Green Yellow #A2FF40
RGB
CMYK
RGB Variations
Color information
#A2FF40 (or 0xA2FF40) is known color: Green Yellow. HEX triplet: A2, FF and 40. RGB value is (162,255,64). Sum of RGB (Red+Green+Blue) = 162+255+64=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF40 is #5D00BF. Grayscale: #CECECE. Windows color (decimal): -6095040 or 4259746. OLE color: 4259746.
HSL color Cylindrical-coordinate representation of color #A2FF40: hue angle of 89.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2FF40 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 64 | - |
| CMYK | 0.36 | 0 | 0.75 | 0 |
| HSL | 89.21º | 1% | 0.63% | - |
| HSV(B) | 89.21º | 0.75% | 1% | - |
| XYZ | 51.59 | 79.57 | 17.49 | - |
| YUV | 205.42 | 48.19 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 64 | 0.36 | 0 | 0.75 | 0 | 89.21 | 1 | 0.63 |
| Hex | A2 | FF | 40 | 24 | 0 | 4B | 0 | 59 | 64 | 3F |
| Octal | 242 | 377 | 100 | 44 | 0 | 113 | 0 | 131 | 144 | 77 |
| Binary | 10100010 | 11111111 | 1000000 | 100100 | 0 | 1001011 | 0 | 1011001 | 1100100 | 111111 |
Color Harmonies of #A2FF40
Complementary color
Monochromatic Colors of #A2FF40
Black with #A2FF40
Text Example
Text Example
White with #A2FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF40; }
p { color: rgb(162,255,64); }
H1.HeaderClassName
{
color: #A2FF40;
}
.AnyTagClassName
{
color: #A2FF40;
}
</style>
background-color css
<style>
a { background-color: #A2FF40; }
a { background-color: rgb(162,255,64); }
div.DivClassName
{
background-color: #A2FF40;
}
.BgClassName
{
background-color: #A2FF40;
}
</style>
border-color css
<style>
span { border-color: #A2FF40; }
span { border-color: rgb(162,255,64); }
td.TdClassName
{
border-color: #A2FF40;
}
.TagClassName
{
border-color: #A2FF40;
}
</style>