Shades of Fern #6ACA7E
Tints of Fern #6ACA7E
RGB
CMYK
RGB Variations
Color information
#6ACA7E (or 0x6ACA7E) is known color: Fern. HEX triplet: 6A, CA and 7E. RGB value is (106,202,126). Sum of RGB (Red+Green+Blue) = 106+202+126=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA7E is #953581. Grayscale: #A4A4A4. Windows color (decimal): -9778562 or 8309354. OLE color: 8309354.
HSL color Cylindrical-coordinate representation of color #6ACA7E: hue angle of 132.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACA7E is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 202 | 126 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.21 |
| HSL | 132.5º | 0.48% | 0.6% | - |
| HSV(B) | 132.5º | 0.48% | 0.79% | - |
| XYZ | 30.83 | 46.81 | 27.15 | - |
| YUV | 164.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 126 | 0.48 | 0 | 0.38 | 0.21 | 132.5 | 0.48 | 0.6 |
| Hex | 6A | CA | 7E | 30 | 0 | 26 | 15 | 84 | 30 | 3C |
| Octal | 152 | 312 | 176 | 60 | 0 | 46 | 25 | 204 | 60 | 74 |
| Binary | 1101010 | 11001010 | 1111110 | 110000 | 0 | 100110 | 10101 | 10000100 | 110000 | 111100 |
Color Harmonies of #6ACA7E
Complementary color
Monochromatic Colors of #6ACA7E
Black with #6ACA7E
Text Example
Text Example
White with #6ACA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACA7E; }
p { color: rgb(106,202,126); }
H1.HeaderClassName
{
color: #6ACA7E;
}
.AnyTagClassName
{
color: #6ACA7E;
}
</style>
background-color css
<style>
a { background-color: #6ACA7E; }
a { background-color: rgb(106,202,126); }
div.DivClassName
{
background-color: #6ACA7E;
}
.BgClassName
{
background-color: #6ACA7E;
}
</style>
border-color css
<style>
span { border-color: #6ACA7E; }
span { border-color: rgb(106,202,126); }
td.TdClassName
{
border-color: #6ACA7E;
}
.TagClassName
{
border-color: #6ACA7E;
}
</style>