Html Css Color HEX #70C26C Fern

📋 copy color: '#70C26C'

red 112 ◦ green 194 ◦ blue 108

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

Shades of Fern #70C26C

Tints of Fern #70C26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 27.05%
G = 46.86%
B = 26.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#70C26C (or 0x70C26C) is known color: Fern. HEX triplet: 70, C2 and 6C. RGB value is (112,194,108). Sum of RGB (Red+Green+Blue) = 112+194+108=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #70C26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C26C is #8F3D93. Grayscale: #9F9F9F. Windows color (decimal): -9387412 or 7127664. OLE color: 7127664.

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

Color convert

RGB 112 194 108 -
CMYK 0.42 0 0.44 0.24
HSL 117.21º 0.41% 0.59% -
HSV(B) 117.21º 0.44% 0.76% -
XYZ 28.68 43.11 21 -
YUV 159.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 112 194 108 0.42 0 0.44 0.24 117.21 0.41 0.59
Hex 70 C2 6C 2A 0 2C 18 75 29 3B
Octal 160 302 154 52 0 54 30 165 51 73
Binary 1110000 11000010 1101100 101010 0 101100 11000 1110101 101001 111011

Color Harmonies of #70C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C26C

Black with #70C26C

Text Example


Text Example

White with #70C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,194,108); }

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

background-color css

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

 a { background-color: rgb(112,194,108); }

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

border-color css

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

 span { border-color: rgb(112,194,108); }

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