Shades of Green Yellow #A0FF27
Tints of Green Yellow #A0FF27
RGB
CMYK
RGB Variations
Color information
#A0FF27 (or 0xA0FF27) is known color: Green Yellow. HEX triplet: A0, FF and 27. RGB value is (160,255,39). Sum of RGB (Red+Green+Blue) = 160+255+39=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF27 is #5F00D8. Grayscale: #CACACA. Windows color (decimal): -6226137 or 2621344. OLE color: 2621344.
HSL color Cylindrical-coordinate representation of color #A0FF27: hue angle of 86.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0FF27 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 39 | - |
| CMYK | 0.37 | 0 | 0.85 | 0 |
| HSL | 86.39º | 1% | 0.58% | - |
| HSV(B) | 86.39º | 0.85% | 1% | - |
| XYZ | 50.62 | 79.14 | 14.53 | - |
| YUV | 201.97 | 36.03 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 39 | 0.37 | 0 | 0.85 | 0 | 86.39 | 1 | 0.58 |
| Hex | A0 | FF | 27 | 25 | 0 | 55 | 0 | 56 | 64 | 3A |
| Octal | 240 | 377 | 47 | 45 | 0 | 125 | 0 | 126 | 144 | 72 |
| Binary | 10100000 | 11111111 | 100111 | 100101 | 0 | 1010101 | 0 | 1010110 | 1100100 | 111010 |
Color Harmonies of #A0FF27
Complementary color
Monochromatic Colors of #A0FF27
Black with #A0FF27
Text Example
Text Example
White with #A0FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF27; }
p { color: rgb(160,255,39); }
H1.HeaderClassName
{
color: #A0FF27;
}
.AnyTagClassName
{
color: #A0FF27;
}
</style>
background-color css
<style>
a { background-color: #A0FF27; }
a { background-color: rgb(160,255,39); }
div.DivClassName
{
background-color: #A0FF27;
}
.BgClassName
{
background-color: #A0FF27;
}
</style>
border-color css
<style>
span { border-color: #A0FF27; }
span { border-color: rgb(160,255,39); }
td.TdClassName
{
border-color: #A0FF27;
}
.TagClassName
{
border-color: #A0FF27;
}
</style>