Shades of Green Yellow #A0FF39
Tints of Green Yellow #A0FF39
RGB
CMYK
RGB Variations
Color information
#A0FF39 (or 0xA0FF39) is known color: Green Yellow. HEX triplet: A0, FF and 39. RGB value is (160,255,57). Sum of RGB (Red+Green+Blue) = 160+255+57=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF39 is #5F00C6. Grayscale: #CCCCCC. Windows color (decimal): -6226119 or 3800992. OLE color: 3800992.
HSL color Cylindrical-coordinate representation of color #A0FF39: hue angle of 88.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0FF39 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 57 | - |
| CMYK | 0.37 | 0 | 0.78 | 0 |
| HSL | 88.79º | 1% | 0.61% | - |
| HSV(B) | 88.79º | 0.78% | 1% | - |
| XYZ | 51 | 79.29 | 16.49 | - |
| YUV | 204.02 | 45.03 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 57 | 0.37 | 0 | 0.78 | 0 | 88.79 | 1 | 0.61 |
| Hex | A0 | FF | 39 | 25 | 0 | 4E | 0 | 59 | 64 | 3D |
| Octal | 240 | 377 | 71 | 45 | 0 | 116 | 0 | 131 | 144 | 75 |
| Binary | 10100000 | 11111111 | 111001 | 100101 | 0 | 1001110 | 0 | 1011001 | 1100100 | 111101 |
Color Harmonies of #A0FF39
Complementary color
Monochromatic Colors of #A0FF39
Black with #A0FF39
Text Example
Text Example
White with #A0FF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF39; }
p { color: rgb(160,255,57); }
H1.HeaderClassName
{
color: #A0FF39;
}
.AnyTagClassName
{
color: #A0FF39;
}
</style>
background-color css
<style>
a { background-color: #A0FF39; }
a { background-color: rgb(160,255,57); }
div.DivClassName
{
background-color: #A0FF39;
}
.BgClassName
{
background-color: #A0FF39;
}
</style>
border-color css
<style>
span { border-color: #A0FF39; }
span { border-color: rgb(160,255,57); }
td.TdClassName
{
border-color: #A0FF39;
}
.TagClassName
{
border-color: #A0FF39;
}
</style>