Shades of Light Green #A0FB7D
Tints of Light Green #A0FB7D
RGB
CMYK
RGB Variations
Color information
#A0FB7D (or 0xA0FB7D) is known color: Light Green. HEX triplet: A0, FB and 7D. RGB value is (160,251,125). Sum of RGB (Red+Green+Blue) = 160+251+125=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB7D is #5F0482. Grayscale: #D1D1D1. Windows color (decimal): -6227075 or 8256416. OLE color: 8256416.
HSL color Cylindrical-coordinate representation of color #A0FB7D: hue angle of 103.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0FB7D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 125 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.02 |
| HSL | 103.33º | 0.94% | 0.74% | - |
| HSV(B) | 103.33º | 0.5% | 0.98% | - |
| XYZ | 52.7 | 77.95 | 31.67 | - |
| YUV | 209.43 | 80.35 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 125 | 0.36 | 0 | 0.50 | 0.02 | 103.33 | 0.94 | 0.74 |
| Hex | A0 | FB | 7D | 24 | 0 | 32 | 2 | 67 | 5E | 4A |
| Octal | 240 | 373 | 175 | 44 | 0 | 62 | 2 | 147 | 136 | 112 |
| Binary | 10100000 | 11111011 | 1111101 | 100100 | 0 | 110010 | 10 | 1100111 | 1011110 | 1001010 |
Color Harmonies of #A0FB7D
Complementary color
Monochromatic Colors of #A0FB7D
Black with #A0FB7D
Text Example
Text Example
White with #A0FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB7D; }
p { color: rgb(160,251,125); }
H1.HeaderClassName
{
color: #A0FB7D;
}
.AnyTagClassName
{
color: #A0FB7D;
}
</style>
background-color css
<style>
a { background-color: #A0FB7D; }
a { background-color: rgb(160,251,125); }
div.DivClassName
{
background-color: #A0FB7D;
}
.BgClassName
{
background-color: #A0FB7D;
}
</style>
border-color css
<style>
span { border-color: #A0FB7D; }
span { border-color: rgb(160,251,125); }
td.TdClassName
{
border-color: #A0FB7D;
}
.TagClassName
{
border-color: #A0FB7D;
}
</style>