Shades of Light Green #68FFA0
Tints of Light Green #68FFA0
RGB
CMYK
RGB Variations
Color information
#68FFA0 (or 0x68FFA0) is known color: Light Green. HEX triplet: 68, FF and A0. RGB value is (104,255,160). Sum of RGB (Red+Green+Blue) = 104+255+160=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFA0 is #97005F. Grayscale: #C7C7C7. Windows color (decimal): -9896032 or 10551144. OLE color: 10551144.
HSL color Cylindrical-coordinate representation of color #68FFA0: hue angle of 142.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFA0 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 160 | - |
| CMYK | 0.59 | 0 | 0.37 | 0 |
| HSL | 142.25º | 1% | 0.7% | - |
| HSV(B) | 142.25º | 0.59% | 1% | - |
| XYZ | 47.81 | 77 | 45.6 | - |
| YUV | 199.02 | 105.97 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 160 | 0.59 | 0 | 0.37 | 0 | 142.25 | 1 | 0.7 |
| Hex | 68 | FF | A0 | 3B | 0 | 25 | 0 | 8E | 64 | 46 |
| Octal | 150 | 377 | 240 | 73 | 0 | 45 | 0 | 216 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10100000 | 111011 | 0 | 100101 | 0 | 10001110 | 1100100 | 1000110 |
Color Harmonies of #68FFA0
Complementary color
Monochromatic Colors of #68FFA0
Black with #68FFA0
Text Example
Text Example
White with #68FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFA0; }
p { color: rgb(104,255,160); }
H1.HeaderClassName
{
color: #68FFA0;
}
.AnyTagClassName
{
color: #68FFA0;
}
</style>
background-color css
<style>
a { background-color: #68FFA0; }
a { background-color: rgb(104,255,160); }
div.DivClassName
{
background-color: #68FFA0;
}
.BgClassName
{
background-color: #68FFA0;
}
</style>
border-color css
<style>
span { border-color: #68FFA0; }
span { border-color: rgb(104,255,160); }
td.TdClassName
{
border-color: #68FFA0;
}
.TagClassName
{
border-color: #68FFA0;
}
</style>