Shades of Green Yellow #A2F81A
Tints of Green Yellow #A2F81A
RGB
CMYK
RGB Variations
Color information
#A2F81A (or 0xA2F81A) is known color: Green Yellow. HEX triplet: A2, F8 and 1A. RGB value is (162,248,26). Sum of RGB (Red+Green+Blue) = 162+248+26=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F81A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F81A is #5D07E5. Grayscale: #C5C5C5. Windows color (decimal): -6096870 or 1767586. OLE color: 1767586.
HSL color Cylindrical-coordinate representation of color #A2F81A: hue angle of 83.24º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2F81A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 26 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.03 |
| HSL | 83.24º | 0.94% | 0.54% | - |
| HSV(B) | 83.24º | 0.9% | 0.97% | - |
| XYZ | 48.65 | 74.89 | 12.87 | - |
| YUV | 196.98 | 31.51 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 26 | 0.35 | 0 | 0.90 | 0.03 | 83.24 | 0.94 | 0.54 |
| Hex | A2 | F8 | 1A | 23 | 0 | 5A | 3 | 53 | 5E | 36 |
| Octal | 242 | 370 | 32 | 43 | 0 | 132 | 3 | 123 | 136 | 66 |
| Binary | 10100010 | 11111000 | 11010 | 100011 | 0 | 1011010 | 11 | 1010011 | 1011110 | 110110 |
Color Harmonies of #A2F81A
Complementary color
Monochromatic Colors of #A2F81A
Black with #A2F81A
Text Example
Text Example
White with #A2F81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F81A; }
p { color: rgb(162,248,26); }
H1.HeaderClassName
{
color: #A2F81A;
}
.AnyTagClassName
{
color: #A2F81A;
}
</style>
background-color css
<style>
a { background-color: #A2F81A; }
a { background-color: rgb(162,248,26); }
div.DivClassName
{
background-color: #A2F81A;
}
.BgClassName
{
background-color: #A2F81A;
}
</style>
border-color css
<style>
span { border-color: #A2F81A; }
span { border-color: rgb(162,248,26); }
td.TdClassName
{
border-color: #A2F81A;
}
.TagClassName
{
border-color: #A2F81A;
}
</style>