Shades of Fern #6AC07E
Tints of Fern #6AC07E
RGB
CMYK
RGB Variations
Color information
#6AC07E (or 0x6AC07E) is known color: Fern. HEX triplet: 6A, C0 and 7E. RGB value is (106,192,126). Sum of RGB (Red+Green+Blue) = 106+192+126=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07E is #953F81. Grayscale: #9E9E9E. Windows color (decimal): -9781122 or 8306794. OLE color: 8306794.
HSL color Cylindrical-coordinate representation of color #6AC07E: hue angle of 133.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC07E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 126 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.25 |
| HSL | 133.95º | 0.41% | 0.58% | - |
| HSV(B) | 133.95º | 0.45% | 0.75% | - |
| XYZ | 28.56 | 42.27 | 26.39 | - |
| YUV | 158.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 126 | 0.45 | 0 | 0.34 | 0.25 | 133.95 | 0.41 | 0.58 |
| Hex | 6A | C0 | 7E | 2D | 0 | 22 | 19 | 86 | 29 | 3A |
| Octal | 152 | 300 | 176 | 55 | 0 | 42 | 31 | 206 | 51 | 72 |
| Binary | 1101010 | 11000000 | 1111110 | 101101 | 0 | 100010 | 11001 | 10000110 | 101001 | 111010 |
Color Harmonies of #6AC07E
Complementary color
Monochromatic Colors of #6AC07E
Black with #6AC07E
Text Example
Text Example
White with #6AC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC07E; }
p { color: rgb(106,192,126); }
H1.HeaderClassName
{
color: #6AC07E;
}
.AnyTagClassName
{
color: #6AC07E;
}
</style>
background-color css
<style>
a { background-color: #6AC07E; }
a { background-color: rgb(106,192,126); }
div.DivClassName
{
background-color: #6AC07E;
}
.BgClassName
{
background-color: #6AC07E;
}
</style>
border-color css
<style>
span { border-color: #6AC07E; }
span { border-color: rgb(106,192,126); }
td.TdClassName
{
border-color: #6AC07E;
}
.TagClassName
{
border-color: #6AC07E;
}
</style>