#70C47A

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

Shades of Fern #70C47A

Tints of Fern #70C47A

Color information

#70C47A (or 0x70C47A) is unknown color: approx Fern. HEX triplet: 70, C4 and 7A. RGB value is (112,196,122). Sum of RGB (Red+Green+Blue) = 112+196+122=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #70C47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C47A is #8F3B85. Grayscale: #A2A2A2. Windows color (decimal): -9386886 or 8045680. OLE color: 8045680.

HSL color Cylindrical-coordinate representation of color #70C47A: hue angle of 127.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C47A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB112196122-
CMYK0.4300.380.23
HSL127.14º41.58%60.39%-
HSV(B)127.14º42.86%76.86%-
XYZ29.9344.3325.39-
YUV162.45105.1792.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=26.05%
G=45.58%
B=28.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961220.4300.380.23127.1441.5860.39
Hex70C47A2B026177f2a3c
Octal16030417253046271775274
Binary11100001100010011110101010110100110101111111111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,122); }

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

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

 a { background-color: rgb(112,196,122); }

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

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

 span { border-color: rgb(112,196,122); }

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