Html Css Color HEX #70C17A Fern

📋 copy color: '#70C17A'

red 112 ◦ green 193 ◦ blue 122

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

Shades of Fern #70C17A

Tints of Fern #70C17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 26.23%
G = 45.2%
B = 28.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#70C17A (or 0x70C17A) is known color: Fern. HEX triplet: 70, C1 and 7A. RGB value is (112,193,122). Sum of RGB (Red+Green+Blue) = 112+193+122=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #70C17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C17A is #8F3E85. Grayscale: #A0A0A0. Windows color (decimal): -9387654 or 8044912. OLE color: 8044912.

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

Color convert

RGB 112 193 122 -
CMYK 0.42 0 0.37 0.24
HSL 127.41º 0.4% 0.6% -
HSV(B) 127.41º 0.42% 0.76% -
XYZ 29.26 42.99 25.17 -
YUV 160.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 112 193 122 0.42 0 0.37 0.24 127.41 0.4 0.6
Hex 70 C1 7A 2A 0 25 18 7F 28 3C
Octal 160 301 172 52 0 45 30 177 50 74
Binary 1110000 11000001 1111010 101010 0 100101 11000 1111111 101000 111100

Color Harmonies of #70C17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C17A

Black with #70C17A

Text Example


Text Example

White with #70C17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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