Shades of Light Green #7FF6A0
Tints of Light Green #7FF6A0
RGB
CMYK
RGB Variations
Color information
#7FF6A0 (or 0x7FF6A0) is known color: Light Green. HEX triplet: 7F, F6 and A0. RGB value is (127,246,160). Sum of RGB (Red+Green+Blue) = 127+246+160=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF6A0 is #80095F. Grayscale: #C8C8C8. Windows color (decimal): -8391008 or 10548863. OLE color: 10548863.
HSL color Cylindrical-coordinate representation of color #7FF6A0: hue angle of 136.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6A0 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
RGB | 127 | 246 | 160 | - |
CMYK | 0.48 | 0 | 0.35 | 0.04 |
HSL | 136.64º | 0.87% | 0.73% | - |
HSV(B) | 136.64º | 0.48% | 0.96% | - |
XYZ | 48.05 | 72.96 | 44.81 | - |
YUV | 200.62 | 105.08 | 75.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 246 | 160 | 0.48 | 0 | 0.35 | 0.04 | 136.64 | 0.87 | 0.73 |
Hex | 7F | F6 | A0 | 30 | 0 | 23 | 4 | 89 | 57 | 49 |
Octal | 177 | 366 | 240 | 60 | 0 | 43 | 4 | 211 | 127 | 111 |
Binary | 1111111 | 11110110 | 10100000 | 110000 | 0 | 100011 | 100 | 10001001 | 1010111 | 1001001 |
Color Harmonies of #7FF6A0
Complementary color
Monochromatic Colors of #7FF6A0
Black with #7FF6A0
Text Example
Text Example
White with #7FF6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF6A0; }
p { color: rgb(127,246,160); }
H1.HeaderClassName
{
color: #7FF6A0;
}
.AnyTagClassName
{
color: #7FF6A0;
}
</style>
background-color css
<style>
a { background-color: #7FF6A0; }
a { background-color: rgb(127,246,160); }
div.DivClassName
{
background-color: #7FF6A0;
}
.BgClassName
{
background-color: #7FF6A0;
}
</style>
border-color css
<style>
span { border-color: #7FF6A0; }
span { border-color: rgb(127,246,160); }
td.TdClassName
{
border-color: #7FF6A0;
}
.TagClassName
{
border-color: #7FF6A0;
}
</style>