Shades of Green Yellow #A2FE40
Tints of Green Yellow #A2FE40
RGB
CMYK
RGB Variations
Color information
#A2FE40 (or 0xA2FE40) is known color: Green Yellow. HEX triplet: A2, FE and 40. RGB value is (162,254,64). Sum of RGB (Red+Green+Blue) = 162+254+64=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FE40 is #5D01BF. Grayscale: #CDCDCD. Windows color (decimal): -6095296 or 4259490. OLE color: 4259490.
HSL color Cylindrical-coordinate representation of color #A2FE40: hue angle of 89.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2FE40 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 64 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.00 |
| HSL | 89.05º | 0.99% | 0.62% | - |
| HSV(B) | 89.05º | 0.75% | 1% | - |
| XYZ | 51.27 | 78.94 | 17.38 | - |
| YUV | 204.83 | 48.52 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 64 | 0.36 | 0 | 0.75 | 0.00 | 89.05 | 0.99 | 0.62 |
| Hex | A2 | FE | 40 | 24 | 0 | 4B | 0 | 59 | 63 | 3E |
| Octal | 242 | 376 | 100 | 44 | 0 | 113 | 0 | 131 | 143 | 76 |
| Binary | 10100010 | 11111110 | 1000000 | 100100 | 0 | 1001011 | 0 | 1011001 | 1100011 | 111110 |
Color Harmonies of #A2FE40
Complementary color
Monochromatic Colors of #A2FE40
Black with #A2FE40
Text Example
Text Example
White with #A2FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE40; }
p { color: rgb(162,254,64); }
H1.HeaderClassName
{
color: #A2FE40;
}
.AnyTagClassName
{
color: #A2FE40;
}
</style>
background-color css
<style>
a { background-color: #A2FE40; }
a { background-color: rgb(162,254,64); }
div.DivClassName
{
background-color: #A2FE40;
}
.BgClassName
{
background-color: #A2FE40;
}
</style>
border-color css
<style>
span { border-color: #A2FE40; }
span { border-color: rgb(162,254,64); }
td.TdClassName
{
border-color: #A2FE40;
}
.TagClassName
{
border-color: #A2FE40;
}
</style>