Shades of Green Yellow #A2F21D
Tints of Green Yellow #A2F21D
RGB
CMYK
RGB Variations
Color information
#A2F21D (or 0xA2F21D) is known color: Green Yellow. HEX triplet: A2, F2 and 1D. RGB value is (162,242,29). Sum of RGB (Red+Green+Blue) = 162+242+29=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F21D is #5D0DE2. Grayscale: #C2C2C2. Windows color (decimal): -6098403 or 1962658. OLE color: 1962658.
HSL color Cylindrical-coordinate representation of color #A2F21D: hue angle of 82.54º degrees, saturation: 0.89, 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 #A2F21D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 29 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.05 |
| HSL | 82.54º | 0.89% | 0.53% | - |
| HSV(B) | 82.54º | 0.88% | 0.95% | - |
| XYZ | 46.87 | 71.27 | 12.45 | - |
| YUV | 193.8 | 35 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 29 | 0.33 | 0 | 0.88 | 0.05 | 82.54 | 0.89 | 0.53 |
| Hex | A2 | F2 | 1D | 21 | 0 | 58 | 5 | 53 | 59 | 35 |
| Octal | 242 | 362 | 35 | 41 | 0 | 130 | 5 | 123 | 131 | 65 |
| Binary | 10100010 | 11110010 | 11101 | 100001 | 0 | 1011000 | 101 | 1010011 | 1011001 | 110101 |
Color Harmonies of #A2F21D
Complementary color
Monochromatic Colors of #A2F21D
Black with #A2F21D
Text Example
Text Example
White with #A2F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F21D; }
p { color: rgb(162,242,29); }
H1.HeaderClassName
{
color: #A2F21D;
}
.AnyTagClassName
{
color: #A2F21D;
}
</style>
background-color css
<style>
a { background-color: #A2F21D; }
a { background-color: rgb(162,242,29); }
div.DivClassName
{
background-color: #A2F21D;
}
.BgClassName
{
background-color: #A2F21D;
}
</style>
border-color css
<style>
span { border-color: #A2F21D; }
span { border-color: rgb(162,242,29); }
td.TdClassName
{
border-color: #A2F21D;
}
.TagClassName
{
border-color: #A2F21D;
}
</style>