Html Css Color HEX #11C384 Mountain Meadow

📋 copy color: '#11C384'

red 17 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #11C384

Tints of Mountain Meadow #11C384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.69%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 4.94%
G = 56.69%
B = 38.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#11C384 (or 0x11C384) is known color: Mountain Meadow. HEX triplet: 11, C3 and 84. RGB value is (17,195,132). Sum of RGB (Red+Green+Blue) = 17+195+132=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #11C384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C384 is #EE3C7B. Grayscale: #868686. Windows color (decimal): -15613052 or 8700689. OLE color: 8700689.

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

Color convert

RGB 17 195 132 -
CMYK 0.91 0 0.32 0.24
HSL 158.76º 0.84% 0.42% -
HSV(B) 158.76º 0.91% 0.76% -
XYZ 23.91 40.82 28.45 -
YUV 134.6 126.53 44.12 -
System Red Green Blue C M Y K H S L
Decimal 17 195 132 0.91 0 0.32 0.24 158.76 0.84 0.42
Hex 11 C3 84 5B 0 20 18 9F 54 2A
Octal 21 303 204 133 0 40 30 237 124 52
Binary 10001 11000011 10000100 1011011 0 100000 11000 10011111 1010100 101010

Color Harmonies of #11C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C384

Black with #11C384

Text Example


Text Example

White with #11C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,195,132); }

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

background-color css

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

 a { background-color: rgb(17,195,132); }

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

border-color css

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

 span { border-color: rgb(17,195,132); }

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