Shades of Green Yellow #A2F023
Tints of Green Yellow #A2F023
RGB
CMYK
RGB Variations
Color information
#A2F023 (or 0xA2F023) is known color: Green Yellow. HEX triplet: A2, F0 and 23. RGB value is (162,240,35). Sum of RGB (Red+Green+Blue) = 162+240+35=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F023 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F023 is #5D0FDC. Grayscale: #C2C2C2. Windows color (decimal): -6098909 or 2355362. OLE color: 2355362.
HSL color Cylindrical-coordinate representation of color #A2F023: hue angle of 82.83º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2F023 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 35 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.06 |
| HSL | 82.83º | 0.87% | 0.54% | - |
| HSV(B) | 82.83º | 0.85% | 0.94% | - |
| XYZ | 46.36 | 70.12 | 12.68 | - |
| YUV | 193.31 | 38.66 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 35 | 0.32 | 0 | 0.85 | 0.06 | 82.83 | 0.87 | 0.54 |
| Hex | A2 | F0 | 23 | 20 | 0 | 55 | 6 | 53 | 57 | 36 |
| Octal | 242 | 360 | 43 | 40 | 0 | 125 | 6 | 123 | 127 | 66 |
| Binary | 10100010 | 11110000 | 100011 | 100000 | 0 | 1010101 | 110 | 1010011 | 1010111 | 110110 |
Color Harmonies of #A2F023
Complementary color
Monochromatic Colors of #A2F023
Black with #A2F023
Text Example
Text Example
White with #A2F023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F023; }
p { color: rgb(162,240,35); }
H1.HeaderClassName
{
color: #A2F023;
}
.AnyTagClassName
{
color: #A2F023;
}
</style>
background-color css
<style>
a { background-color: #A2F023; }
a { background-color: rgb(162,240,35); }
div.DivClassName
{
background-color: #A2F023;
}
.BgClassName
{
background-color: #A2F023;
}
</style>
border-color css
<style>
span { border-color: #A2F023; }
span { border-color: rgb(162,240,35); }
td.TdClassName
{
border-color: #A2F023;
}
.TagClassName
{
border-color: #A2F023;
}
</style>