Shades of Fern #6AC466
Tints of Fern #6AC466
RGB
CMYK
RGB Variations
Color information
#6AC466 (or 0x6AC466) is known color: Fern. HEX triplet: 6A, C4 and 66. RGB value is (106,196,102). Sum of RGB (Red+Green+Blue) = 106+196+102=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC466 is #953B99. Grayscale: #9E9E9E. Windows color (decimal): -9780122 or 6734954. OLE color: 6734954.
HSL color Cylindrical-coordinate representation of color #6AC466: hue angle of 117.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AC466 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 102 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.23 |
| HSL | 117.45º | 0.44% | 0.58% | - |
| HSV(B) | 117.45º | 0.48% | 0.77% | - |
| XYZ | 28.08 | 43.5 | 19.49 | - |
| YUV | 158.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 102 | 0.46 | 0 | 0.48 | 0.23 | 117.45 | 0.44 | 0.58 |
| Hex | 6A | C4 | 66 | 2E | 0 | 30 | 17 | 75 | 2C | 3A |
| Octal | 152 | 304 | 146 | 56 | 0 | 60 | 27 | 165 | 54 | 72 |
| Binary | 1101010 | 11000100 | 1100110 | 101110 | 0 | 110000 | 10111 | 1110101 | 101100 | 111010 |
Color Harmonies of #6AC466
Complementary color
Monochromatic Colors of #6AC466
Black with #6AC466
Text Example
Text Example
White with #6AC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC466; }
p { color: rgb(106,196,102); }
H1.HeaderClassName
{
color: #6AC466;
}
.AnyTagClassName
{
color: #6AC466;
}
</style>
background-color css
<style>
a { background-color: #6AC466; }
a { background-color: rgb(106,196,102); }
div.DivClassName
{
background-color: #6AC466;
}
.BgClassName
{
background-color: #6AC466;
}
</style>
border-color css
<style>
span { border-color: #6AC466; }
span { border-color: rgb(106,196,102); }
td.TdClassName
{
border-color: #6AC466;
}
.TagClassName
{
border-color: #6AC466;
}
</style>