Shades of Light Green #A0FB7B
Tints of Light Green #A0FB7B
RGB
CMYK
RGB Variations
Color information
#A0FB7B (or 0xA0FB7B) is known color: Light Green. HEX triplet: A0, FB and 7B. RGB value is (160,251,123). Sum of RGB (Red+Green+Blue) = 160+251+123=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB7B is #5F0484. Grayscale: #D1D1D1. Windows color (decimal): -6227077 or 8125344. OLE color: 8125344.
HSL color Cylindrical-coordinate representation of color #A0FB7B: hue angle of 102.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FB7B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 123 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.02 |
| HSL | 102.66º | 0.94% | 0.73% | - |
| HSV(B) | 102.66º | 0.51% | 0.98% | - |
| XYZ | 52.57 | 77.9 | 31 | - |
| YUV | 209.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 123 | 0.36 | 0 | 0.51 | 0.02 | 102.66 | 0.94 | 0.73 |
| Hex | A0 | FB | 7B | 24 | 0 | 33 | 2 | 67 | 5E | 49 |
| Octal | 240 | 373 | 173 | 44 | 0 | 63 | 2 | 147 | 136 | 111 |
| Binary | 10100000 | 11111011 | 1111011 | 100100 | 0 | 110011 | 10 | 1100111 | 1011110 | 1001001 |
Color Harmonies of #A0FB7B
Complementary color
Monochromatic Colors of #A0FB7B
Black with #A0FB7B
Text Example
Text Example
White with #A0FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB7B; }
p { color: rgb(160,251,123); }
H1.HeaderClassName
{
color: #A0FB7B;
}
.AnyTagClassName
{
color: #A0FB7B;
}
</style>
background-color css
<style>
a { background-color: #A0FB7B; }
a { background-color: rgb(160,251,123); }
div.DivClassName
{
background-color: #A0FB7B;
}
.BgClassName
{
background-color: #A0FB7B;
}
</style>
border-color css
<style>
span { border-color: #A0FB7B; }
span { border-color: rgb(160,251,123); }
td.TdClassName
{
border-color: #A0FB7B;
}
.TagClassName
{
border-color: #A0FB7B;
}
</style>