Shades of Light Green #73FAA0
Tints of Light Green #73FAA0
RGB
CMYK
RGB Variations
Color information
#73FAA0 (or 0x73FAA0) is known color: Light Green. HEX triplet: 73, FA and A0. RGB value is (115,250,160). Sum of RGB (Red+Green+Blue) = 115+250+160=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAA0 is #8C055F. Grayscale: #C7C7C7. Windows color (decimal): -9176416 or 10549875. OLE color: 10549875.
HSL color Cylindrical-coordinate representation of color #73FAA0: hue angle of 140º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAA0 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 160 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.02 |
| HSL | 140º | 0.93% | 0.72% | - |
| HSV(B) | 140º | 0.54% | 0.98% | - |
| XYZ | 47.6 | 74.55 | 45.14 | - |
| YUV | 199.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 160 | 0.54 | 0 | 0.36 | 0.02 | 140 | 0.93 | 0.72 |
| Hex | 73 | FA | A0 | 36 | 0 | 24 | 2 | 8C | 5D | 48 |
| Octal | 163 | 372 | 240 | 66 | 0 | 44 | 2 | 214 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10100000 | 110110 | 0 | 100100 | 10 | 10001100 | 1011101 | 1001000 |
Color Harmonies of #73FAA0
Complementary color
Monochromatic Colors of #73FAA0
Black with #73FAA0
Text Example
Text Example
White with #73FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAA0; }
p { color: rgb(115,250,160); }
H1.HeaderClassName
{
color: #73FAA0;
}
.AnyTagClassName
{
color: #73FAA0;
}
</style>
background-color css
<style>
a { background-color: #73FAA0; }
a { background-color: rgb(115,250,160); }
div.DivClassName
{
background-color: #73FAA0;
}
.BgClassName
{
background-color: #73FAA0;
}
</style>
border-color css
<style>
span { border-color: #73FAA0; }
span { border-color: rgb(115,250,160); }
td.TdClassName
{
border-color: #73FAA0;
}
.TagClassName
{
border-color: #73FAA0;
}
</style>