Shades of Light Green #A0FC7B
Tints of Light Green #A0FC7B
RGB
CMYK
RGB Variations
Color information
#A0FC7B (or 0xA0FC7B) is known color: Light Green. HEX triplet: A0, FC and 7B. RGB value is (160,252,123). Sum of RGB (Red+Green+Blue) = 160+252+123=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC7B is #5F0384. Grayscale: #D2D2D2. Windows color (decimal): -6226821 or 8125600. OLE color: 8125600.
HSL color Cylindrical-coordinate representation of color #A0FC7B: hue angle of 102.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FC7B is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 123 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.01 |
| HSL | 102.79º | 0.96% | 0.74% | - |
| HSV(B) | 102.79º | 0.51% | 0.99% | - |
| XYZ | 52.88 | 78.52 | 31.11 | - |
| YUV | 209.79 | 79.02 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 123 | 0.37 | 0 | 0.51 | 0.01 | 102.79 | 0.96 | 0.74 |
| Hex | A0 | FC | 7B | 25 | 0 | 33 | 1 | 67 | 60 | 4A |
| Octal | 240 | 374 | 173 | 45 | 0 | 63 | 1 | 147 | 140 | 112 |
| Binary | 10100000 | 11111100 | 1111011 | 100101 | 0 | 110011 | 1 | 1100111 | 1100000 | 1001010 |
Color Harmonies of #A0FC7B
Complementary color
Monochromatic Colors of #A0FC7B
Black with #A0FC7B
Text Example
Text Example
White with #A0FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC7B; }
p { color: rgb(160,252,123); }
H1.HeaderClassName
{
color: #A0FC7B;
}
.AnyTagClassName
{
color: #A0FC7B;
}
</style>
background-color css
<style>
a { background-color: #A0FC7B; }
a { background-color: rgb(160,252,123); }
div.DivClassName
{
background-color: #A0FC7B;
}
.BgClassName
{
background-color: #A0FC7B;
}
</style>
border-color css
<style>
span { border-color: #A0FC7B; }
span { border-color: rgb(160,252,123); }
td.TdClassName
{
border-color: #A0FC7B;
}
.TagClassName
{
border-color: #A0FC7B;
}
</style>