Shades of Light Green #73FFA0
Tints of Light Green #73FFA0
RGB
CMYK
RGB Variations
Color information
#73FFA0 (or 0x73FFA0) is known color: Light Green. HEX triplet: 73, FF and A0. RGB value is (115,255,160). Sum of RGB (Red+Green+Blue) = 115+255+160=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFA0 is #8C005F. Grayscale: #CACACA. Windows color (decimal): -9175136 or 10551155. OLE color: 10551155.
HSL color Cylindrical-coordinate representation of color #73FFA0: hue angle of 139.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFA0 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 160 | - |
| CMYK | 0.55 | 0 | 0.37 | 0 |
| HSL | 139.29º | 1% | 0.73% | - |
| HSV(B) | 139.29º | 0.55% | 1% | - |
| XYZ | 49.18 | 77.7 | 45.66 | - |
| YUV | 202.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 160 | 0.55 | 0 | 0.37 | 0 | 139.29 | 1 | 0.73 |
| Hex | 73 | FF | A0 | 37 | 0 | 25 | 0 | 8B | 64 | 49 |
| Octal | 163 | 377 | 240 | 67 | 0 | 45 | 0 | 213 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10100000 | 110111 | 0 | 100101 | 0 | 10001011 | 1100100 | 1001001 |
Color Harmonies of #73FFA0
Complementary color
Monochromatic Colors of #73FFA0
Black with #73FFA0
Text Example
Text Example
White with #73FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFA0; }
p { color: rgb(115,255,160); }
H1.HeaderClassName
{
color: #73FFA0;
}
.AnyTagClassName
{
color: #73FFA0;
}
</style>
background-color css
<style>
a { background-color: #73FFA0; }
a { background-color: rgb(115,255,160); }
div.DivClassName
{
background-color: #73FFA0;
}
.BgClassName
{
background-color: #73FFA0;
}
</style>
border-color css
<style>
span { border-color: #73FFA0; }
span { border-color: rgb(115,255,160); }
td.TdClassName
{
border-color: #73FFA0;
}
.TagClassName
{
border-color: #73FFA0;
}
</style>