Shades of Fern #6AC86C
Tints of Fern #6AC86C
RGB
CMYK
RGB Variations
Color information
#6AC86C (or 0x6AC86C) is known color: Fern. HEX triplet: 6A, C8 and 6C. RGB value is (106,200,108). Sum of RGB (Red+Green+Blue) = 106+200+108=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC86C is #953793. Grayscale: #A1A1A1. Windows color (decimal): -9779092 or 7129194. OLE color: 7129194.
HSL color Cylindrical-coordinate representation of color #6AC86C: hue angle of 121.28º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC86C is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 108 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.22 |
| HSL | 121.28º | 0.46% | 0.6% | - |
| HSV(B) | 121.28º | 0.47% | 0.78% | - |
| XYZ | 29.3 | 45.46 | 21.42 | - |
| YUV | 161.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 108 | 0.47 | 0 | 0.46 | 0.22 | 121.28 | 0.46 | 0.6 |
| Hex | 6A | C8 | 6C | 2F | 0 | 2E | 16 | 79 | 2E | 3C |
| Octal | 152 | 310 | 154 | 57 | 0 | 56 | 26 | 171 | 56 | 74 |
| Binary | 1101010 | 11001000 | 1101100 | 101111 | 0 | 101110 | 10110 | 1111001 | 101110 | 111100 |
Color Harmonies of #6AC86C
Complementary color
Monochromatic Colors of #6AC86C
Black with #6AC86C
Text Example
Text Example
White with #6AC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC86C; }
p { color: rgb(106,200,108); }
H1.HeaderClassName
{
color: #6AC86C;
}
.AnyTagClassName
{
color: #6AC86C;
}
</style>
background-color css
<style>
a { background-color: #6AC86C; }
a { background-color: rgb(106,200,108); }
div.DivClassName
{
background-color: #6AC86C;
}
.BgClassName
{
background-color: #6AC86C;
}
</style>
border-color css
<style>
span { border-color: #6AC86C; }
span { border-color: rgb(106,200,108); }
td.TdClassName
{
border-color: #6AC86C;
}
.TagClassName
{
border-color: #6AC86C;
}
</style>