Shades of Fern #6AC47C
Tints of Fern #6AC47C
RGB
CMYK
RGB Variations
Color information
#6AC47C (or 0x6AC47C) is known color: Fern. HEX triplet: 6A, C4 and 7C. RGB value is (106,196,124). Sum of RGB (Red+Green+Blue) = 106+196+124=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC47C is #953B83. Grayscale: #A1A1A1. Windows color (decimal): -9780100 or 8176746. OLE color: 8176746.
HSL color Cylindrical-coordinate representation of color #6AC47C: hue angle of 132º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC47C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 124 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.23 |
| HSL | 132º | 0.43% | 0.59% | - |
| HSV(B) | 132º | 0.46% | 0.77% | - |
| XYZ | 29.32 | 44 | 26.02 | - |
| YUV | 160.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 124 | 0.46 | 0 | 0.37 | 0.23 | 132 | 0.43 | 0.59 |
| Hex | 6A | C4 | 7C | 2E | 0 | 25 | 17 | 84 | 2B | 3B |
| Octal | 152 | 304 | 174 | 56 | 0 | 45 | 27 | 204 | 53 | 73 |
| Binary | 1101010 | 11000100 | 1111100 | 101110 | 0 | 100101 | 10111 | 10000100 | 101011 | 111011 |
Color Harmonies of #6AC47C
Complementary color
Monochromatic Colors of #6AC47C
Black with #6AC47C
Text Example
Text Example
White with #6AC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC47C; }
p { color: rgb(106,196,124); }
H1.HeaderClassName
{
color: #6AC47C;
}
.AnyTagClassName
{
color: #6AC47C;
}
</style>
background-color css
<style>
a { background-color: #6AC47C; }
a { background-color: rgb(106,196,124); }
div.DivClassName
{
background-color: #6AC47C;
}
.BgClassName
{
background-color: #6AC47C;
}
</style>
border-color css
<style>
span { border-color: #6AC47C; }
span { border-color: rgb(106,196,124); }
td.TdClassName
{
border-color: #6AC47C;
}
.TagClassName
{
border-color: #6AC47C;
}
</style>