Html Css Color HEX #70C173 Fern

📋 copy color: '#70C173'

red 112 ◦ green 193 ◦ blue 115

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

Shades of Fern #70C173

Tints of Fern #70C173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.38%

R = 26.67%
G = 45.95%
B = 27.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#70C173 (or 0x70C173) is known color: Fern. HEX triplet: 70, C1 and 73. RGB value is (112,193,115). Sum of RGB (Red+Green+Blue) = 112+193+115=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #70C173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C173 is #8F3E8C. Grayscale: #A0A0A0. Windows color (decimal): -9387661 or 7586160. OLE color: 7586160.

HSL color Cylindrical-coordinate representation of color #70C173: hue angle of 122.22º 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 #70C173 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 115 -
CMYK 0.42 0 0.40 0.24
HSL 122.22º 0.4% 0.6% -
HSV(B) 122.22º 0.42% 0.76% -
XYZ 28.85 42.82 22.96 -
YUV 159.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 112 193 115 0.42 0 0.40 0.24 122.22 0.4 0.6
Hex 70 C1 73 2A 0 28 18 7A 28 3C
Octal 160 301 163 52 0 50 30 172 50 74
Binary 1110000 11000001 1110011 101010 0 101000 11000 1111010 101000 111100

Color Harmonies of #70C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C173

Black with #70C173

Text Example


Text Example

White with #70C173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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