#18c192

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

Shades of Mountain Meadow #18C192

Tints of Mountain Meadow #18C192

Color information

#18C192 (or 0x18C192) is unknown color: approx Mountain Meadow. HEX triplet: 18, C1 and 92. RGB value is (24,193,146). Sum of RGB (Red+Green+Blue) = 24+193+146=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #18C192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C192 is #E73E6D. Grayscale: #898989. Windows color (decimal): -15154798 or 9617688. OLE color: 9617688.

HSL color Cylindrical-coordinate representation of color #18C192: hue angle of 163.31º 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 #18C192 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB24193146-
CMYK0.8800.240.24
HSL163.31º77.88%42.55%-
HSV(B)163.31º87.56%75.69%-
XYZ24.6340.4133.7-
YUV137.11133.0147.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.61%
GREEN value IS 193 (75.78% from 255) = 53.17%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=6.61%
G=53.17%
B=40.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241931460.8800.240.24163.3177.8842.55
Hex18C1925801818a34e2b
Octal303012221300303024311653
Binary110001100000110010010101100001100011000101000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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