Shades of Green Yellow #A2FF41
Tints of Green Yellow #A2FF41
RGB
CMYK
RGB Variations
Color information
#A2FF41 (or 0xA2FF41) is known color: Green Yellow. HEX triplet: A2, FF and 41. RGB value is (162,255,65). Sum of RGB (Red+Green+Blue) = 162+255+65=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF41 is #5D00BE. Grayscale: #CECECE. Windows color (decimal): -6095039 or 4325282. OLE color: 4325282.
HSL color Cylindrical-coordinate representation of color #A2FF41: hue angle of 89.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2FF41 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 65 | - |
| CMYK | 0.36 | 0 | 0.75 | 0 |
| HSL | 89.37º | 1% | 0.63% | - |
| HSV(B) | 89.37º | 0.75% | 1% | - |
| XYZ | 51.61 | 79.58 | 17.64 | - |
| YUV | 205.53 | 48.69 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 65 | 0.36 | 0 | 0.75 | 0 | 89.37 | 1 | 0.63 |
| Hex | A2 | FF | 41 | 24 | 0 | 4B | 0 | 59 | 64 | 3F |
| Octal | 242 | 377 | 101 | 44 | 0 | 113 | 0 | 131 | 144 | 77 |
| Binary | 10100010 | 11111111 | 1000001 | 100100 | 0 | 1001011 | 0 | 1011001 | 1100100 | 111111 |
Color Harmonies of #A2FF41
Complementary color
Monochromatic Colors of #A2FF41
Black with #A2FF41
Text Example
Text Example
White with #A2FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF41; }
p { color: rgb(162,255,65); }
H1.HeaderClassName
{
color: #A2FF41;
}
.AnyTagClassName
{
color: #A2FF41;
}
</style>
background-color css
<style>
a { background-color: #A2FF41; }
a { background-color: rgb(162,255,65); }
div.DivClassName
{
background-color: #A2FF41;
}
.BgClassName
{
background-color: #A2FF41;
}
</style>
border-color css
<style>
span { border-color: #A2FF41; }
span { border-color: rgb(162,255,65); }
td.TdClassName
{
border-color: #A2FF41;
}
.TagClassName
{
border-color: #A2FF41;
}
</style>