Shades of Fern #6AC268
Tints of Fern #6AC268
RGB
CMYK
RGB Variations
Color information
#6AC268 (or 0x6AC268) is known color: Fern. HEX triplet: 6A, C2 and 68. RGB value is (106,194,104). Sum of RGB (Red+Green+Blue) = 106+194+104=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC268 is #953D97. Grayscale: #9D9D9D. Windows color (decimal): -9780632 or 6865514. OLE color: 6865514.
HSL color Cylindrical-coordinate representation of color #6AC268: hue angle of 118.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC268 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 194 | 104 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.24 |
| HSL | 118.67º | 0.42% | 0.58% | - |
| HSV(B) | 118.67º | 0.46% | 0.76% | - |
| XYZ | 27.73 | 42.65 | 19.87 | - |
| YUV | 157.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 104 | 0.45 | 0 | 0.46 | 0.24 | 118.67 | 0.42 | 0.58 |
| Hex | 6A | C2 | 68 | 2D | 0 | 2E | 18 | 77 | 2A | 3A |
| Octal | 152 | 302 | 150 | 55 | 0 | 56 | 30 | 167 | 52 | 72 |
| Binary | 1101010 | 11000010 | 1101000 | 101101 | 0 | 101110 | 11000 | 1110111 | 101010 | 111010 |
Color Harmonies of #6AC268
Complementary color
Monochromatic Colors of #6AC268
Black with #6AC268
Text Example
Text Example
White with #6AC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC268; }
p { color: rgb(106,194,104); }
H1.HeaderClassName
{
color: #6AC268;
}
.AnyTagClassName
{
color: #6AC268;
}
</style>
background-color css
<style>
a { background-color: #6AC268; }
a { background-color: rgb(106,194,104); }
div.DivClassName
{
background-color: #6AC268;
}
.BgClassName
{
background-color: #6AC268;
}
</style>
border-color css
<style>
span { border-color: #6AC268; }
span { border-color: rgb(106,194,104); }
td.TdClassName
{
border-color: #6AC268;
}
.TagClassName
{
border-color: #6AC268;
}
</style>