Html Css Color HEX #11C28F Mountain Meadow

📋 copy color: '#11C28F'

red 17 ◦ green 194 ◦ blue 143

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

Shades of Mountain Meadow #11C28F

Tints of Mountain Meadow #11C28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 4.8%
G = 54.8%
B = 40.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#11C28F (or 0x11C28F) is known color: Mountain Meadow. HEX triplet: 11, C2 and 8F. RGB value is (17,194,143). Sum of RGB (Red+Green+Blue) = 17+194+143=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #11C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C28F is #EE3D70. Grayscale: #878787. Windows color (decimal): -15613297 or 9421329. OLE color: 9421329.

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

Color convert

RGB 17 194 143 -
CMYK 0.91 0 0.26 0.24
HSL 162.71º 0.84% 0.41% -
HSV(B) 162.71º 0.91% 0.76% -
XYZ 24.48 40.69 32.55 -
YUV 135.26 132.36 43.65 -
System Red Green Blue C M Y K H S L
Decimal 17 194 143 0.91 0 0.26 0.24 162.71 0.84 0.41
Hex 11 C2 8F 5B 0 1A 18 A3 54 29
Octal 21 302 217 133 0 32 30 243 124 51
Binary 10001 11000010 10001111 1011011 0 11010 11000 10100011 1010100 101001

Color Harmonies of #11C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C28F

Black with #11C28F

Text Example


Text Example

White with #11C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,194,143); }

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

background-color css

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

 a { background-color: rgb(17,194,143); }

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

border-color css

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

 span { border-color: rgb(17,194,143); }

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