Shades of Green Yellow #A2F538
Tints of Green Yellow #A2F538
RGB
CMYK
RGB Variations
Color information
#A2F538 (or 0xA2F538) is known color: Green Yellow. HEX triplet: A2, F5 and 38. RGB value is (162,245,56). Sum of RGB (Red+Green+Blue) = 162+245+56=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F538 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F538 is #5D0AC7. Grayscale: #C7C7C7. Windows color (decimal): -6097608 or 3732898. OLE color: 3732898.
HSL color Cylindrical-coordinate representation of color #A2F538: hue angle of 86.35º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2F538 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 56 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.04 |
| HSL | 86.35º | 0.9% | 0.59% | - |
| HSV(B) | 86.35º | 0.77% | 0.96% | - |
| XYZ | 48.27 | 73.27 | 15.34 | - |
| YUV | 198.64 | 47.5 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 56 | 0.34 | 0 | 0.77 | 0.04 | 86.35 | 0.9 | 0.59 |
| Hex | A2 | F5 | 38 | 22 | 0 | 4D | 4 | 56 | 5A | 3B |
| Octal | 242 | 365 | 70 | 42 | 0 | 115 | 4 | 126 | 132 | 73 |
| Binary | 10100010 | 11110101 | 111000 | 100010 | 0 | 1001101 | 100 | 1010110 | 1011010 | 111011 |
Color Harmonies of #A2F538
Complementary color
Monochromatic Colors of #A2F538
Black with #A2F538
Text Example
Text Example
White with #A2F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F538; }
p { color: rgb(162,245,56); }
H1.HeaderClassName
{
color: #A2F538;
}
.AnyTagClassName
{
color: #A2F538;
}
</style>
background-color css
<style>
a { background-color: #A2F538; }
a { background-color: rgb(162,245,56); }
div.DivClassName
{
background-color: #A2F538;
}
.BgClassName
{
background-color: #A2F538;
}
</style>
border-color css
<style>
span { border-color: #A2F538; }
span { border-color: rgb(162,245,56); }
td.TdClassName
{
border-color: #A2F538;
}
.TagClassName
{
border-color: #A2F538;
}
</style>