Shades of Green Yellow #A2F11E
Tints of Green Yellow #A2F11E
RGB
CMYK
RGB Variations
Color information
#A2F11E (or 0xA2F11E) is known color: Green Yellow. HEX triplet: A2, F1 and 1E. RGB value is (162,241,30). Sum of RGB (Red+Green+Blue) = 162+241+30=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F11E is #5D0EE1. Grayscale: #C2C2C2. Windows color (decimal): -6098658 or 2027938. OLE color: 2027938.
HSL color Cylindrical-coordinate representation of color #A2F11E: hue angle of 82.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2F11E is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 30 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.05 |
| HSL | 82.46º | 0.88% | 0.53% | - |
| HSV(B) | 82.46º | 0.88% | 0.95% | - |
| XYZ | 46.59 | 70.69 | 12.42 | - |
| YUV | 193.33 | 35.83 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 30 | 0.33 | 0 | 0.88 | 0.05 | 82.46 | 0.88 | 0.53 |
| Hex | A2 | F1 | 1E | 21 | 0 | 58 | 5 | 52 | 58 | 35 |
| Octal | 242 | 361 | 36 | 41 | 0 | 130 | 5 | 122 | 130 | 65 |
| Binary | 10100010 | 11110001 | 11110 | 100001 | 0 | 1011000 | 101 | 1010010 | 1011000 | 110101 |
Color Harmonies of #A2F11E
Complementary color
Monochromatic Colors of #A2F11E
Black with #A2F11E
Text Example
Text Example
White with #A2F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F11E; }
p { color: rgb(162,241,30); }
H1.HeaderClassName
{
color: #A2F11E;
}
.AnyTagClassName
{
color: #A2F11E;
}
</style>
background-color css
<style>
a { background-color: #A2F11E; }
a { background-color: rgb(162,241,30); }
div.DivClassName
{
background-color: #A2F11E;
}
.BgClassName
{
background-color: #A2F11E;
}
</style>
border-color css
<style>
span { border-color: #A2F11E; }
span { border-color: rgb(162,241,30); }
td.TdClassName
{
border-color: #A2F11E;
}
.TagClassName
{
border-color: #A2F11E;
}
</style>