Shades of Green Yellow #A2FF2F
Tints of Green Yellow #A2FF2F
RGB
CMYK
RGB Variations
Color information
#A2FF2F (or 0xA2FF2F) is known color: Green Yellow. HEX triplet: A2, FF and 2F. RGB value is (162,255,47). Sum of RGB (Red+Green+Blue) = 162+255+47=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF2F is #5D00D0. Grayscale: #CCCCCC. Windows color (decimal): -6095057 or 3145634. OLE color: 3145634.
HSL color Cylindrical-coordinate representation of color #A2FF2F: hue angle of 86.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2FF2F is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 47 | - |
| CMYK | 0.36 | 0 | 0.82 | 0 |
| HSL | 86.83º | 1% | 0.59% | - |
| HSV(B) | 86.83º | 0.82% | 1% | - |
| XYZ | 51.17 | 79.41 | 15.32 | - |
| YUV | 203.48 | 39.69 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 47 | 0.36 | 0 | 0.82 | 0 | 86.83 | 1 | 0.59 |
| Hex | A2 | FF | 2F | 24 | 0 | 52 | 0 | 57 | 64 | 3B |
| Octal | 242 | 377 | 57 | 44 | 0 | 122 | 0 | 127 | 144 | 73 |
| Binary | 10100010 | 11111111 | 101111 | 100100 | 0 | 1010010 | 0 | 1010111 | 1100100 | 111011 |
Color Harmonies of #A2FF2F
Complementary color
Monochromatic Colors of #A2FF2F
Black with #A2FF2F
Text Example
Text Example
White with #A2FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF2F; }
p { color: rgb(162,255,47); }
H1.HeaderClassName
{
color: #A2FF2F;
}
.AnyTagClassName
{
color: #A2FF2F;
}
</style>
background-color css
<style>
a { background-color: #A2FF2F; }
a { background-color: rgb(162,255,47); }
div.DivClassName
{
background-color: #A2FF2F;
}
.BgClassName
{
background-color: #A2FF2F;
}
</style>
border-color css
<style>
span { border-color: #A2FF2F; }
span { border-color: rgb(162,255,47); }
td.TdClassName
{
border-color: #A2FF2F;
}
.TagClassName
{
border-color: #A2FF2F;
}
</style>