Html Css Color HEX #11C470 Mountain Meadow

📋 copy color: '#11C470'

red 17 ◦ green 196 ◦ blue 112

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

Shades of Mountain Meadow #11C470

Tints of Mountain Meadow #11C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.31%

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

R = 5.23%
G = 60.31%
B = 34.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#11C470 (or 0x11C470) is known color: Mountain Meadow. HEX triplet: 11, C4 and 70. RGB value is (17,196,112). Sum of RGB (Red+Green+Blue) = 17+196+112=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #11C470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C470 is #EE3B8F. Grayscale: #858585. Windows color (decimal): -15612816 or 7390225. OLE color: 7390225.

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

Color convert

RGB 17 196 112 -
CMYK 0.91 0 0.43 0.23
HSL 151.84º 0.84% 0.42% -
HSV(B) 151.84º 0.91% 0.77% -
XYZ 22.9 40.77 21.99 -
YUV 132.9 116.2 45.33 -
System Red Green Blue C M Y K H S L
Decimal 17 196 112 0.91 0 0.43 0.23 151.84 0.84 0.42
Hex 11 C4 70 5B 0 2B 17 98 54 2A
Octal 21 304 160 133 0 53 27 230 124 52
Binary 10001 11000100 1110000 1011011 0 101011 10111 10011000 1010100 101010

Color Harmonies of #11C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C470

Black with #11C470

Text Example


Text Example

White with #11C470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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