Shades of Light Green #6AF796
Tints of Light Green #6AF796
RGB
CMYK
RGB Variations
Color information
#6AF796 (or 0x6AF796) is known color: Light Green. HEX triplet: 6A, F7 and 96. RGB value is (106,247,150). Sum of RGB (Red+Green+Blue) = 106+247+150=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF796 is #950869. Grayscale: #C2C2C2. Windows color (decimal): -9767018 or 9893738. OLE color: 9893738.
HSL color Cylindrical-coordinate representation of color #6AF796: hue angle of 138.72º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF796 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 150 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.03 |
| HSL | 138.72º | 0.9% | 0.69% | - |
| HSV(B) | 138.72º | 0.57% | 0.97% | - |
| XYZ | 44.71 | 71.79 | 40.35 | - |
| YUV | 193.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 150 | 0.57 | 0 | 0.39 | 0.03 | 138.72 | 0.9 | 0.69 |
| Hex | 6A | F7 | 96 | 39 | 0 | 27 | 3 | 8B | 5A | 45 |
| Octal | 152 | 367 | 226 | 71 | 0 | 47 | 3 | 213 | 132 | 105 |
| Binary | 1101010 | 11110111 | 10010110 | 111001 | 0 | 100111 | 11 | 10001011 | 1011010 | 1000101 |
Color Harmonies of #6AF796
Complementary color
Monochromatic Colors of #6AF796
Black with #6AF796
Text Example
Text Example
White with #6AF796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF796; }
p { color: rgb(106,247,150); }
H1.HeaderClassName
{
color: #6AF796;
}
.AnyTagClassName
{
color: #6AF796;
}
</style>
background-color css
<style>
a { background-color: #6AF796; }
a { background-color: rgb(106,247,150); }
div.DivClassName
{
background-color: #6AF796;
}
.BgClassName
{
background-color: #6AF796;
}
</style>
border-color css
<style>
span { border-color: #6AF796; }
span { border-color: rgb(106,247,150); }
td.TdClassName
{
border-color: #6AF796;
}
.TagClassName
{
border-color: #6AF796;
}
</style>