Shades of Fern #6AC56A
Tints of Fern #6AC56A
RGB
CMYK
RGB Variations
Color information
#6AC56A (or 0x6AC56A) is known color: Fern. HEX triplet: 6A, C5 and 6A. RGB value is (106,197,106). Sum of RGB (Red+Green+Blue) = 106+197+106=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC56A is #953A95. Grayscale: #9F9F9F. Windows color (decimal): -9779862 or 6997354. OLE color: 6997354.
HSL color Cylindrical-coordinate representation of color #6AC56A: hue angle of 120º degrees, saturation: 0.44, 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 #6AC56A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 106 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.23 |
| HSL | 120º | 0.44% | 0.59% | - |
| HSV(B) | 120º | 0.46% | 0.77% | - |
| XYZ | 28.51 | 44.04 | 20.63 | - |
| YUV | 159.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 106 | 0.46 | 0 | 0.46 | 0.23 | 120 | 0.44 | 0.59 |
| Hex | 6A | C5 | 6A | 2E | 0 | 2E | 17 | 78 | 2C | 3B |
| Octal | 152 | 305 | 152 | 56 | 0 | 56 | 27 | 170 | 54 | 73 |
| Binary | 1101010 | 11000101 | 1101010 | 101110 | 0 | 101110 | 10111 | 1111000 | 101100 | 111011 |
Color Harmonies of #6AC56A
Complementary color
Monochromatic Colors of #6AC56A
Black with #6AC56A
Text Example
Text Example
White with #6AC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC56A; }
p { color: rgb(106,197,106); }
H1.HeaderClassName
{
color: #6AC56A;
}
.AnyTagClassName
{
color: #6AC56A;
}
</style>
background-color css
<style>
a { background-color: #6AC56A; }
a { background-color: rgb(106,197,106); }
div.DivClassName
{
background-color: #6AC56A;
}
.BgClassName
{
background-color: #6AC56A;
}
</style>
border-color css
<style>
span { border-color: #6AC56A; }
span { border-color: rgb(106,197,106); }
td.TdClassName
{
border-color: #6AC56A;
}
.TagClassName
{
border-color: #6AC56A;
}
</style>