#70C46F

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

Shades of Fern #70C46F

Tints of Fern #70C46F

Color information

#70C46F (or 0x70C46F) is unknown color: approx Fern. HEX triplet: 70, C4 and 6F. RGB value is (112,196,111). Sum of RGB (Red+Green+Blue) = 112+196+111=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #70C46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C46F is #8F3B90. Grayscale: #A1A1A1. Windows color (decimal): -9386897 or 7324784. OLE color: 7324784.

HSL color Cylindrical-coordinate representation of color #70C46F: hue angle of 119.29º 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 #70C46F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB112196111-
CMYK0.4300.430.23
HSL119.29º41.87%60.2%-
HSV(B)119.29º43.37%76.86%-
XYZ29.2944.0722-
YUV161.1999.6792.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=26.73%
G=46.78%
B=26.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961110.4300.430.23119.2941.8760.2
Hex70C46F2B02B17772a3c
Octal16030415753053271675274
Binary11100001100010011011111010110101011101111110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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