Shades of Green Yellow #A2F246
Tints of Green Yellow #A2F246
RGB
CMYK
RGB Variations
Color information
#A2F246 (or 0xA2F246) is known color: Green Yellow. HEX triplet: A2, F2 and 46. RGB value is (162,242,70). Sum of RGB (Red+Green+Blue) = 162+242+70=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F246 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F246 is #5D0DB9. Grayscale: #C7C7C7. Windows color (decimal): -6098362 or 4649634. OLE color: 4649634.
HSL color Cylindrical-coordinate representation of color #A2F246: hue angle of 87.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2F246 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 70 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.05 |
| HSL | 87.91º | 0.87% | 0.61% | - |
| HSV(B) | 87.91º | 0.71% | 0.95% | - |
| XYZ | 47.76 | 71.63 | 17.1 | - |
| YUV | 198.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 70 | 0.33 | 0 | 0.71 | 0.05 | 87.91 | 0.87 | 0.61 |
| Hex | A2 | F2 | 46 | 21 | 0 | 47 | 5 | 58 | 57 | 3D |
| Octal | 242 | 362 | 106 | 41 | 0 | 107 | 5 | 130 | 127 | 75 |
| Binary | 10100010 | 11110010 | 1000110 | 100001 | 0 | 1000111 | 101 | 1011000 | 1010111 | 111101 |
Color Harmonies of #A2F246
Complementary color
Monochromatic Colors of #A2F246
Black with #A2F246
Text Example
Text Example
White with #A2F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F246; }
p { color: rgb(162,242,70); }
H1.HeaderClassName
{
color: #A2F246;
}
.AnyTagClassName
{
color: #A2F246;
}
</style>
background-color css
<style>
a { background-color: #A2F246; }
a { background-color: rgb(162,242,70); }
div.DivClassName
{
background-color: #A2F246;
}
.BgClassName
{
background-color: #A2F246;
}
</style>
border-color css
<style>
span { border-color: #A2F246; }
span { border-color: rgb(162,242,70); }
td.TdClassName
{
border-color: #A2F246;
}
.TagClassName
{
border-color: #A2F246;
}
</style>