Shades of Light Green #74FFA0
Tints of Light Green #74FFA0
RGB
CMYK
RGB Variations
Color information
#74FFA0 (or 0x74FFA0) is known color: Light Green. HEX triplet: 74, FF and A0. RGB value is (116,255,160). Sum of RGB (Red+Green+Blue) = 116+255+160=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA0 is #8B005F. Grayscale: #CACACA. Windows color (decimal): -9109600 or 10551156. OLE color: 10551156.
HSL color Cylindrical-coordinate representation of color #74FFA0: hue angle of 138.99º 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 #74FFA0 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 160 | - |
| CMYK | 0.55 | 0 | 0.37 | 0 |
| HSL | 138.99º | 1% | 0.73% | - |
| HSV(B) | 138.99º | 0.55% | 1% | - |
| XYZ | 49.31 | 77.77 | 45.67 | - |
| YUV | 202.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 160 | 0.55 | 0 | 0.37 | 0 | 138.99 | 1 | 0.73 |
| Hex | 74 | FF | A0 | 37 | 0 | 25 | 0 | 8B | 64 | 49 |
| Octal | 164 | 377 | 240 | 67 | 0 | 45 | 0 | 213 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10100000 | 110111 | 0 | 100101 | 0 | 10001011 | 1100100 | 1001001 |
Color Harmonies of #74FFA0
Complementary color
Monochromatic Colors of #74FFA0
Black with #74FFA0
Text Example
Text Example
White with #74FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFA0; }
p { color: rgb(116,255,160); }
H1.HeaderClassName
{
color: #74FFA0;
}
.AnyTagClassName
{
color: #74FFA0;
}
</style>
background-color css
<style>
a { background-color: #74FFA0; }
a { background-color: rgb(116,255,160); }
div.DivClassName
{
background-color: #74FFA0;
}
.BgClassName
{
background-color: #74FFA0;
}
</style>
border-color css
<style>
span { border-color: #74FFA0; }
span { border-color: rgb(116,255,160); }
td.TdClassName
{
border-color: #74FFA0;
}
.TagClassName
{
border-color: #74FFA0;
}
</style>