#70C16E

Color #70C16E Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #70C16E

Tints of Fern #70C16E

Color information

#70C16E (or 0x70C16E) is unknown color: approx Fern. HEX triplet: 70, C1 and 6E. RGB value is (112,193,110). Sum of RGB (Red+Green+Blue) = 112+193+110=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #70C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C16E is #8F3E91. Grayscale: #9F9F9F. Windows color (decimal): -9387666 or 7258480. OLE color: 7258480.

HSL color Cylindrical-coordinate representation of color #70C16E: hue angle of 118.55º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C16E is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB112193110-
CMYK0.4200.430.24
HSL118.55º40.1%59.41%-
HSV(B)118.55º43.01%75.69%-
XYZ28.5742.7121.49-
YUV159.32100.1694.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=26.99%
G=46.51%
B=26.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931100.4200.430.24118.5540.159.41
Hex70C16E2A02B1877283b
Octal16030115652053301675073
Binary11100001100000111011101010100101011110001110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C16E; }

 p { color: rgb(112,193,110); }

 H1.HeaderClassName
 {
   color: #70C16E;
 }
 .AnyTagClassName
 {
   color: #70C16E;
 }
</style>
background-color css

<style>
 a { background-color: #70C16E; }

 a { background-color: rgb(112,193,110); }

 div.DivClassName
 {
   background-color: #70C16E;
 }
 .BgClassName
 {
   background-color: #70C16E;
 }
</style>
border-color css

<style>
 span { border-color: #70C16E; }

 span { border-color: rgb(112,193,110); }

 td.TdClassName
 {
   border-color: #70C16E;
 }
 .TagClassName
 {
   border-color: #70C16E;
 }
</style>