#18C191

Color #18C191 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18C191

Tints of Mountain Meadow #18C191

Color information

#18C191 (or 0x18C191) is unknown color: approx Mountain Meadow. HEX triplet: 18, C1 and 91. RGB value is (24,193,145). Sum of RGB (Red+Green+Blue) = 24+193+145=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #18C191 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C191 is #E73E6E. Grayscale: #898989. Windows color (decimal): -15154799 or 9552152. OLE color: 9552152.

HSL color Cylindrical-coordinate representation of color #18C191: hue angle of 162.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C191 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB24193145-
CMYK0.8800.250.24
HSL162.96º77.88%42.55%-
HSV(B)162.96º87.56%75.69%-
XYZ24.5640.3833.29-
YUV137132.5147.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.63%
GREEN value IS 193 (75.78% from 255) = 53.31%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=6.63%
G=53.31%
B=40.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241931450.8800.250.24162.9677.8842.55
Hex18C1915801918a34e2b
Octal303012211300313024311653
Binary110001100000110010001101100001100111000101000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C191; }

 p { color: rgb(24,193,145); }

 H1.HeaderClassName
 {
   color: #18C191;
 }
 .AnyTagClassName
 {
   color: #18C191;
 }
</style>
background-color css

<style>
 a { background-color: #18C191; }

 a { background-color: rgb(24,193,145); }

 div.DivClassName
 {
   background-color: #18C191;
 }
 .BgClassName
 {
   background-color: #18C191;
 }
</style>
border-color css

<style>
 span { border-color: #18C191; }

 span { border-color: rgb(24,193,145); }

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