Shades of Green Yellow #A2F231
Tints of Green Yellow #A2F231
RGB
CMYK
RGB Variations
Color information
#A2F231 (or 0xA2F231) is known color: Green Yellow. HEX triplet: A2, F2 and 31. RGB value is (162,242,49). Sum of RGB (Red+Green+Blue) = 162+242+49=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F231 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F231 is #5D0DCE. Grayscale: #C4C4C4. Windows color (decimal): -6098383 or 3273378. OLE color: 3273378.
HSL color Cylindrical-coordinate representation of color #A2F231: hue angle of 84.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2F231 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 49 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.05 |
| HSL | 84.87º | 0.88% | 0.57% | - |
| HSV(B) | 84.87º | 0.8% | 0.95% | - |
| XYZ | 47.21 | 71.41 | 14.2 | - |
| YUV | 196.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 49 | 0.33 | 0 | 0.80 | 0.05 | 84.87 | 0.88 | 0.57 |
| Hex | A2 | F2 | 31 | 21 | 0 | 50 | 5 | 55 | 58 | 39 |
| Octal | 242 | 362 | 61 | 41 | 0 | 120 | 5 | 125 | 130 | 71 |
| Binary | 10100010 | 11110010 | 110001 | 100001 | 0 | 1010000 | 101 | 1010101 | 1011000 | 111001 |
Color Harmonies of #A2F231
Complementary color
Monochromatic Colors of #A2F231
Black with #A2F231
Text Example
Text Example
White with #A2F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F231; }
p { color: rgb(162,242,49); }
H1.HeaderClassName
{
color: #A2F231;
}
.AnyTagClassName
{
color: #A2F231;
}
</style>
background-color css
<style>
a { background-color: #A2F231; }
a { background-color: rgb(162,242,49); }
div.DivClassName
{
background-color: #A2F231;
}
.BgClassName
{
background-color: #A2F231;
}
</style>
border-color css
<style>
span { border-color: #A2F231; }
span { border-color: rgb(162,242,49); }
td.TdClassName
{
border-color: #A2F231;
}
.TagClassName
{
border-color: #A2F231;
}
</style>