Shades of Green Yellow #A0FF2F
Tints of Green Yellow #A0FF2F
RGB
CMYK
RGB Variations
Color information
#A0FF2F (or 0xA0FF2F) is known color: Green Yellow. HEX triplet: A0, FF and 2F. RGB value is (160,255,47). Sum of RGB (Red+Green+Blue) = 160+255+47=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF2F is #5F00D0. Grayscale: #CBCBCB. Windows color (decimal): -6226129 or 3145632. OLE color: 3145632.
HSL color Cylindrical-coordinate representation of color #A0FF2F: hue angle of 87.4º 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 #A0FF2F is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 47 | - |
| CMYK | 0.37 | 0 | 0.82 | 0 |
| HSL | 87.4º | 1% | 0.59% | - |
| HSV(B) | 87.4º | 0.82% | 1% | - |
| XYZ | 50.77 | 79.2 | 15.3 | - |
| YUV | 202.88 | 40.03 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 47 | 0.37 | 0 | 0.82 | 0 | 87.4 | 1 | 0.59 |
| Hex | A0 | FF | 2F | 25 | 0 | 52 | 0 | 57 | 64 | 3B |
| Octal | 240 | 377 | 57 | 45 | 0 | 122 | 0 | 127 | 144 | 73 |
| Binary | 10100000 | 11111111 | 101111 | 100101 | 0 | 1010010 | 0 | 1010111 | 1100100 | 111011 |
Color Harmonies of #A0FF2F
Complementary color
Monochromatic Colors of #A0FF2F
Black with #A0FF2F
Text Example
Text Example
White with #A0FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF2F; }
p { color: rgb(160,255,47); }
H1.HeaderClassName
{
color: #A0FF2F;
}
.AnyTagClassName
{
color: #A0FF2F;
}
</style>
background-color css
<style>
a { background-color: #A0FF2F; }
a { background-color: rgb(160,255,47); }
div.DivClassName
{
background-color: #A0FF2F;
}
.BgClassName
{
background-color: #A0FF2F;
}
</style>
border-color css
<style>
span { border-color: #A0FF2F; }
span { border-color: rgb(160,255,47); }
td.TdClassName
{
border-color: #A0FF2F;
}
.TagClassName
{
border-color: #A0FF2F;
}
</style>