Shades of Fern #6AC574
Tints of Fern #6AC574
RGB
CMYK
RGB Variations
Color information
#6AC574 (or 0x6AC574) is known color: Fern. HEX triplet: 6A, C5 and 74. RGB value is (106,197,116). Sum of RGB (Red+Green+Blue) = 106+197+116=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC574 is #953A8B. Grayscale: #A0A0A0. Windows color (decimal): -9779852 or 7652714. OLE color: 7652714.
HSL color Cylindrical-coordinate representation of color #6AC574: hue angle of 126.59º 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 #6AC574 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 116 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.23 |
| HSL | 126.59º | 0.44% | 0.59% | - |
| HSV(B) | 126.59º | 0.46% | 0.77% | - |
| XYZ | 29.06 | 44.26 | 23.53 | - |
| YUV | 160.56 | 102.85 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 116 | 0.46 | 0 | 0.41 | 0.23 | 126.59 | 0.44 | 0.59 |
| Hex | 6A | C5 | 74 | 2E | 0 | 29 | 17 | 7F | 2C | 3B |
| Octal | 152 | 305 | 164 | 56 | 0 | 51 | 27 | 177 | 54 | 73 |
| Binary | 1101010 | 11000101 | 1110100 | 101110 | 0 | 101001 | 10111 | 1111111 | 101100 | 111011 |
Color Harmonies of #6AC574
Complementary color
Monochromatic Colors of #6AC574
Black with #6AC574
Text Example
Text Example
White with #6AC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC574; }
p { color: rgb(106,197,116); }
H1.HeaderClassName
{
color: #6AC574;
}
.AnyTagClassName
{
color: #6AC574;
}
</style>
background-color css
<style>
a { background-color: #6AC574; }
a { background-color: rgb(106,197,116); }
div.DivClassName
{
background-color: #6AC574;
}
.BgClassName
{
background-color: #6AC574;
}
</style>
border-color css
<style>
span { border-color: #6AC574; }
span { border-color: rgb(106,197,116); }
td.TdClassName
{
border-color: #6AC574;
}
.TagClassName
{
border-color: #6AC574;
}
</style>