Shades of Light Green #A0FA7F
Tints of Light Green #A0FA7F
RGB
CMYK
RGB Variations
Color information
#A0FA7F (or 0xA0FA7F) is known color: Light Green. HEX triplet: A0, FA and 7F. RGB value is (160,250,127). Sum of RGB (Red+Green+Blue) = 160+250+127=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA7F is #5F0580. Grayscale: #D1D1D1. Windows color (decimal): -6227329 or 8387232. OLE color: 8387232.
HSL color Cylindrical-coordinate representation of color #A0FA7F: hue angle of 103.9º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0FA7F is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 127 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.02 |
| HSL | 103.9º | 0.92% | 0.74% | - |
| HSV(B) | 103.9º | 0.49% | 0.98% | - |
| XYZ | 52.51 | 77.38 | 32.25 | - |
| YUV | 209.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 127 | 0.36 | 0 | 0.49 | 0.02 | 103.9 | 0.92 | 0.74 |
| Hex | A0 | FA | 7F | 24 | 0 | 31 | 2 | 68 | 5C | 4A |
| Octal | 240 | 372 | 177 | 44 | 0 | 61 | 2 | 150 | 134 | 112 |
| Binary | 10100000 | 11111010 | 1111111 | 100100 | 0 | 110001 | 10 | 1101000 | 1011100 | 1001010 |
Color Harmonies of #A0FA7F
Complementary color
Monochromatic Colors of #A0FA7F
Black with #A0FA7F
Text Example
Text Example
White with #A0FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA7F; }
p { color: rgb(160,250,127); }
H1.HeaderClassName
{
color: #A0FA7F;
}
.AnyTagClassName
{
color: #A0FA7F;
}
</style>
background-color css
<style>
a { background-color: #A0FA7F; }
a { background-color: rgb(160,250,127); }
div.DivClassName
{
background-color: #A0FA7F;
}
.BgClassName
{
background-color: #A0FA7F;
}
</style>
border-color css
<style>
span { border-color: #A0FA7F; }
span { border-color: rgb(160,250,127); }
td.TdClassName
{
border-color: #A0FA7F;
}
.TagClassName
{
border-color: #A0FA7F;
}
</style>