Shades of Fern #6AC17A
Tints of Fern #6AC17A
RGB
CMYK
RGB Variations
Color information
#6AC17A (or 0x6AC17A) is known color: Fern. HEX triplet: 6A, C1 and 7A. RGB value is (106,193,122). Sum of RGB (Red+Green+Blue) = 106+193+122=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC17A is #953E85. Grayscale: #9F9F9F. Windows color (decimal): -9780870 or 8044906. OLE color: 8044906.
HSL color Cylindrical-coordinate representation of color #6AC17A: hue angle of 131.03º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC17A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 122 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.24 |
| HSL | 131.03º | 0.41% | 0.59% | - |
| HSV(B) | 131.03º | 0.45% | 0.76% | - |
| XYZ | 28.53 | 42.61 | 25.13 | - |
| YUV | 158.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 122 | 0.45 | 0 | 0.37 | 0.24 | 131.03 | 0.41 | 0.59 |
| Hex | 6A | C1 | 7A | 2D | 0 | 25 | 18 | 83 | 29 | 3B |
| Octal | 152 | 301 | 172 | 55 | 0 | 45 | 30 | 203 | 51 | 73 |
| Binary | 1101010 | 11000001 | 1111010 | 101101 | 0 | 100101 | 11000 | 10000011 | 101001 | 111011 |
Color Harmonies of #6AC17A
Complementary color
Monochromatic Colors of #6AC17A
Black with #6AC17A
Text Example
Text Example
White with #6AC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC17A; }
p { color: rgb(106,193,122); }
H1.HeaderClassName
{
color: #6AC17A;
}
.AnyTagClassName
{
color: #6AC17A;
}
</style>
background-color css
<style>
a { background-color: #6AC17A; }
a { background-color: rgb(106,193,122); }
div.DivClassName
{
background-color: #6AC17A;
}
.BgClassName
{
background-color: #6AC17A;
}
</style>
border-color css
<style>
span { border-color: #6AC17A; }
span { border-color: rgb(106,193,122); }
td.TdClassName
{
border-color: #6AC17A;
}
.TagClassName
{
border-color: #6AC17A;
}
</style>