Html Css Color HEX #70C178 Fern

📋 copy color: '#70C178'

red 112 ◦ green 193 ◦ blue 120

#70C178
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #70C178

Tints of Fern #70C178

RGB

 RED value IS 112 (44.14% from 255) = 26.35%

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 26.35%
G = 45.41%
B = 28.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#70C178 (or 0x70C178) is known color: Fern. HEX triplet: 70, C1 and 78. RGB value is (112,193,120). Sum of RGB (Red+Green+Blue) = 112+193+120=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #70C178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C178 is #8F3E87. Grayscale: #A0A0A0. Windows color (decimal): -9387656 or 7913840. OLE color: 7913840.

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

Color convert

RGB 112 193 120 -
CMYK 0.42 0 0.38 0.24
HSL 125.93º 0.4% 0.6% -
HSV(B) 125.93º 0.42% 0.76% -
XYZ 29.14 42.94 24.52 -
YUV 160.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 112 193 120 0.42 0 0.38 0.24 125.93 0.4 0.6
Hex 70 C1 78 2A 0 26 18 7E 28 3C
Octal 160 301 170 52 0 46 30 176 50 74
Binary 1110000 11000001 1111000 101010 0 100110 11000 1111110 101000 111100

Color Harmonies of #70C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C178

Black with #70C178

Text Example


Text Example

White with #70C178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C178;
 }
 .AnyTagClassName
 {
   color: #70C178;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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