Shades of Green Yellow #A0FA27
Tints of Green Yellow #A0FA27
RGB
CMYK
RGB Variations
Color information
#A0FA27 (or 0xA0FA27) is known color: Green Yellow. HEX triplet: A0, FA and 27. RGB value is (160,250,39). Sum of RGB (Red+Green+Blue) = 160+250+39=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA27 is #5F05D8. Grayscale: #C7C7C7. Windows color (decimal): -6227417 or 2620064. OLE color: 2620064.
HSL color Cylindrical-coordinate representation of color #A0FA27: hue angle of 85.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0FA27 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 39 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.02 |
| HSL | 85.59º | 0.95% | 0.57% | - |
| HSV(B) | 85.59º | 0.84% | 0.98% | - |
| XYZ | 49.05 | 75.99 | 14 | - |
| YUV | 199.04 | 37.68 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 39 | 0.36 | 0 | 0.84 | 0.02 | 85.59 | 0.95 | 0.57 |
| Hex | A0 | FA | 27 | 24 | 0 | 54 | 2 | 56 | 5F | 39 |
| Octal | 240 | 372 | 47 | 44 | 0 | 124 | 2 | 126 | 137 | 71 |
| Binary | 10100000 | 11111010 | 100111 | 100100 | 0 | 1010100 | 10 | 1010110 | 1011111 | 111001 |
Color Harmonies of #A0FA27
Complementary color
Monochromatic Colors of #A0FA27
Black with #A0FA27
Text Example
Text Example
White with #A0FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA27; }
p { color: rgb(160,250,39); }
H1.HeaderClassName
{
color: #A0FA27;
}
.AnyTagClassName
{
color: #A0FA27;
}
</style>
background-color css
<style>
a { background-color: #A0FA27; }
a { background-color: rgb(160,250,39); }
div.DivClassName
{
background-color: #A0FA27;
}
.BgClassName
{
background-color: #A0FA27;
}
</style>
border-color css
<style>
span { border-color: #A0FA27; }
span { border-color: rgb(160,250,39); }
td.TdClassName
{
border-color: #A0FA27;
}
.TagClassName
{
border-color: #A0FA27;
}
</style>