Shades of Green Yellow #A2F523
Tints of Green Yellow #A2F523
RGB
CMYK
RGB Variations
Color information
#A2F523 (or 0xA2F523) is known color: Green Yellow. HEX triplet: A2, F5 and 23. RGB value is (162,245,35). Sum of RGB (Red+Green+Blue) = 162+245+35=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 245 (96.09% from 255 or 55.43% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F523 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F523 is #5D0ADC. Grayscale: #C4C4C4. Windows color (decimal): -6097629 or 2356642. OLE color: 2356642.
HSL color Cylindrical-coordinate representation of color #A2F523: hue angle of 83.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2F523 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 35 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.04 |
| HSL | 83.71º | 0.91% | 0.55% | - |
| HSV(B) | 83.71º | 0.86% | 0.96% | - |
| XYZ | 47.86 | 73.11 | 13.18 | - |
| YUV | 196.24 | 37 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 35 | 0.34 | 0 | 0.86 | 0.04 | 83.71 | 0.91 | 0.55 |
| Hex | A2 | F5 | 23 | 22 | 0 | 56 | 4 | 54 | 5B | 37 |
| Octal | 242 | 365 | 43 | 42 | 0 | 126 | 4 | 124 | 133 | 67 |
| Binary | 10100010 | 11110101 | 100011 | 100010 | 0 | 1010110 | 100 | 1010100 | 1011011 | 110111 |
Color Harmonies of #A2F523
Complementary color
Monochromatic Colors of #A2F523
Black with #A2F523
Text Example
Text Example
White with #A2F523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F523; }
p { color: rgb(162,245,35); }
H1.HeaderClassName
{
color: #A2F523;
}
.AnyTagClassName
{
color: #A2F523;
}
</style>
background-color css
<style>
a { background-color: #A2F523; }
a { background-color: rgb(162,245,35); }
div.DivClassName
{
background-color: #A2F523;
}
.BgClassName
{
background-color: #A2F523;
}
</style>
border-color css
<style>
span { border-color: #A2F523; }
span { border-color: rgb(162,245,35); }
td.TdClassName
{
border-color: #A2F523;
}
.TagClassName
{
border-color: #A2F523;
}
</style>