Shades of Fern #70C26A
Tints of Fern #70C26A
RGB
CMYK
RGB Variations
Color information
#70C26A (or 0x70C26A) is known color: Fern. HEX triplet: 70, C2 and 6A. RGB value is (112,194,106). Sum of RGB (Red+Green+Blue) = 112+194+106=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #70C26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C26A is #8F3D95. Grayscale: #9F9F9F. Windows color (decimal): -9387414 or 6996592. OLE color: 6996592.
HSL color Cylindrical-coordinate representation of color #70C26A: hue angle of 115.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C26A is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 106 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.24 |
| HSL | 115.91º | 0.42% | 0.59% | - |
| HSV(B) | 115.91º | 0.45% | 0.76% | - |
| XYZ | 28.58 | 43.07 | 20.44 | - |
| YUV | 159.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 106 | 0.42 | 0 | 0.45 | 0.24 | 115.91 | 0.42 | 0.59 |
| Hex | 70 | C2 | 6A | 2A | 0 | 2D | 18 | 74 | 2A | 3B |
| Octal | 160 | 302 | 152 | 52 | 0 | 55 | 30 | 164 | 52 | 73 |
| Binary | 1110000 | 11000010 | 1101010 | 101010 | 0 | 101101 | 11000 | 1110100 | 101010 | 111011 |
Color Harmonies of #70C26A
Complementary color
Monochromatic Colors of #70C26A
Black with #70C26A
Text Example
Text Example
White with #70C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C26A; }
p { color: rgb(112,194,106); }
H1.HeaderClassName
{
color: #70C26A;
}
.AnyTagClassName
{
color: #70C26A;
}
</style>
background-color css
<style>
a { background-color: #70C26A; }
a { background-color: rgb(112,194,106); }
div.DivClassName
{
background-color: #70C26A;
}
.BgClassName
{
background-color: #70C26A;
}
</style>
border-color css
<style>
span { border-color: #70C26A; }
span { border-color: rgb(112,194,106); }
td.TdClassName
{
border-color: #70C26A;
}
.TagClassName
{
border-color: #70C26A;
}
</style>