Html Css Color HEX #11C070 Mountain Meadow

📋 copy color: '#11C070'

red 17 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #11C070

Tints of Mountain Meadow #11C070

RGB

 RED value IS 17 (7.03% from 255) = 5.3%

 GREEN value IS 192 (75.39% from 255) = 59.81%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 5.3%
G = 59.81%
B = 34.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#11C070 (or 0x11C070) is known color: Mountain Meadow. HEX triplet: 11, C0 and 70. RGB value is (17,192,112). Sum of RGB (Red+Green+Blue) = 17+192+112=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #11C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C070 is #EE3F8F. Grayscale: #828282. Windows color (decimal): -15613840 or 7389201. OLE color: 7389201.

HSL color Cylindrical-coordinate representation of color #11C070: hue angle of 152.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C070 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 112 -
CMYK 0.91 0 0.42 0.25
HSL 152.57º 0.84% 0.41% -
HSV(B) 152.57º 0.91% 0.75% -
XYZ 22.01 38.99 21.69 -
YUV 130.56 117.52 47 -
System Red Green Blue C M Y K H S L
Decimal 17 192 112 0.91 0 0.42 0.25 152.57 0.84 0.41
Hex 11 C0 70 5B 0 2A 19 99 54 29
Octal 21 300 160 133 0 52 31 231 124 51
Binary 10001 11000000 1110000 1011011 0 101010 11001 10011001 1010100 101001

Color Harmonies of #11C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C070

Black with #11C070

Text Example


Text Example

White with #11C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11C070; }

 p { color: rgb(17,192,112); }

 H1.HeaderClassName
 {
   color: #11C070;
 }
 .AnyTagClassName
 {
   color: #11C070;
 }
</style>

background-color css

<style>
 a { background-color: #11C070; }

 a { background-color: rgb(17,192,112); }

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

border-color css

<style>
 span { border-color: #11C070; }

 span { border-color: rgb(17,192,112); }

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