Shades of Fern #6AC86F
Tints of Fern #6AC86F
RGB
CMYK
RGB Variations
Color information
#6AC86F (or 0x6AC86F) is known color: Fern. HEX triplet: 6A, C8 and 6F. RGB value is (106,200,111). Sum of RGB (Red+Green+Blue) = 106+200+111=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC86F is #953790. Grayscale: #A2A2A2. Windows color (decimal): -9779089 or 7325802. OLE color: 7325802.
HSL color Cylindrical-coordinate representation of color #6AC86F: hue angle of 123.19º 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 #6AC86F is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 111 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.22 |
| HSL | 123.19º | 0.46% | 0.6% | - |
| HSV(B) | 123.19º | 0.47% | 0.78% | - |
| XYZ | 29.47 | 45.52 | 22.27 | - |
| YUV | 161.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 111 | 0.47 | 0 | 0.44 | 0.22 | 123.19 | 0.46 | 0.6 |
| Hex | 6A | C8 | 6F | 2F | 0 | 2C | 16 | 7B | 2E | 3C |
| Octal | 152 | 310 | 157 | 57 | 0 | 54 | 26 | 173 | 56 | 74 |
| Binary | 1101010 | 11001000 | 1101111 | 101111 | 0 | 101100 | 10110 | 1111011 | 101110 | 111100 |
Color Harmonies of #6AC86F
Complementary color
Monochromatic Colors of #6AC86F
Black with #6AC86F
Text Example
Text Example
White with #6AC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC86F; }
p { color: rgb(106,200,111); }
H1.HeaderClassName
{
color: #6AC86F;
}
.AnyTagClassName
{
color: #6AC86F;
}
</style>
background-color css
<style>
a { background-color: #6AC86F; }
a { background-color: rgb(106,200,111); }
div.DivClassName
{
background-color: #6AC86F;
}
.BgClassName
{
background-color: #6AC86F;
}
</style>
border-color css
<style>
span { border-color: #6AC86F; }
span { border-color: rgb(106,200,111); }
td.TdClassName
{
border-color: #6AC86F;
}
.TagClassName
{
border-color: #6AC86F;
}
</style>