Shades of Green Yellow #A2F74A
Tints of Green Yellow #A2F74A
RGB
CMYK
RGB Variations
Color information
#A2F74A (or 0xA2F74A) is known color: Green Yellow. HEX triplet: A2, F7 and 4A. RGB value is (162,247,74). Sum of RGB (Red+Green+Blue) = 162+247+74=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F74A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F74A is #5D08B5. Grayscale: #CACACA. Windows color (decimal): -6097078 or 4913058. OLE color: 4913058.
HSL color Cylindrical-coordinate representation of color #A2F74A: hue angle of 89.48º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2F74A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 74 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.03 |
| HSL | 89.48º | 0.92% | 0.63% | - |
| HSV(B) | 89.48º | 0.7% | 0.97% | - |
| XYZ | 49.4 | 74.7 | 18.29 | - |
| YUV | 201.86 | 55.84 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 74 | 0.34 | 0 | 0.70 | 0.03 | 89.48 | 0.92 | 0.63 |
| Hex | A2 | F7 | 4A | 22 | 0 | 46 | 3 | 59 | 5C | 3F |
| Octal | 242 | 367 | 112 | 42 | 0 | 106 | 3 | 131 | 134 | 77 |
| Binary | 10100010 | 11110111 | 1001010 | 100010 | 0 | 1000110 | 11 | 1011001 | 1011100 | 111111 |
Color Harmonies of #A2F74A
Complementary color
Monochromatic Colors of #A2F74A
Black with #A2F74A
Text Example
Text Example
White with #A2F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F74A; }
p { color: rgb(162,247,74); }
H1.HeaderClassName
{
color: #A2F74A;
}
.AnyTagClassName
{
color: #A2F74A;
}
</style>
background-color css
<style>
a { background-color: #A2F74A; }
a { background-color: rgb(162,247,74); }
div.DivClassName
{
background-color: #A2F74A;
}
.BgClassName
{
background-color: #A2F74A;
}
</style>
border-color css
<style>
span { border-color: #A2F74A; }
span { border-color: rgb(162,247,74); }
td.TdClassName
{
border-color: #A2F74A;
}
.TagClassName
{
border-color: #A2F74A;
}
</style>