Shades of Light Green #6DFAA0
Tints of Light Green #6DFAA0
RGB
CMYK
RGB Variations
Color information
#6DFAA0 (or 0x6DFAA0) is known color: Light Green. HEX triplet: 6D, FA and A0. RGB value is (109,250,160). Sum of RGB (Red+Green+Blue) = 109+250+160=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFAA0 is #92055F. Grayscale: #C5C5C5. Windows color (decimal): -9569632 or 10549869. OLE color: 10549869.
HSL color Cylindrical-coordinate representation of color #6DFAA0: hue angle of 141.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAA0 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 250 | 160 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.02 |
| HSL | 141.7º | 0.93% | 0.7% | - |
| HSV(B) | 141.7º | 0.56% | 0.98% | - |
| XYZ | 46.84 | 74.16 | 45.1 | - |
| YUV | 197.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 250 | 160 | 0.56 | 0 | 0.36 | 0.02 | 141.7 | 0.93 | 0.7 |
| Hex | 6D | FA | A0 | 38 | 0 | 24 | 2 | 8E | 5D | 46 |
| Octal | 155 | 372 | 240 | 70 | 0 | 44 | 2 | 216 | 135 | 106 |
| Binary | 1101101 | 11111010 | 10100000 | 111000 | 0 | 100100 | 10 | 10001110 | 1011101 | 1000110 |
Color Harmonies of #6DFAA0
Complementary color
Monochromatic Colors of #6DFAA0
Black with #6DFAA0
Text Example
Text Example
White with #6DFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFAA0; }
p { color: rgb(109,250,160); }
H1.HeaderClassName
{
color: #6DFAA0;
}
.AnyTagClassName
{
color: #6DFAA0;
}
</style>
background-color css
<style>
a { background-color: #6DFAA0; }
a { background-color: rgb(109,250,160); }
div.DivClassName
{
background-color: #6DFAA0;
}
.BgClassName
{
background-color: #6DFAA0;
}
</style>
border-color css
<style>
span { border-color: #6DFAA0; }
span { border-color: rgb(109,250,160); }
td.TdClassName
{
border-color: #6DFAA0;
}
.TagClassName
{
border-color: #6DFAA0;
}
</style>