#18C190

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

Shades of Mountain Meadow #18C190

Tints of Mountain Meadow #18C190

Color information

#18C190 (or 0x18C190) is unknown color: approx Mountain Meadow. HEX triplet: 18, C1 and 90. RGB value is (24,193,144). Sum of RGB (Red+Green+Blue) = 24+193+144=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #18C190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C190 is #E73E6F. Grayscale: #888888. Windows color (decimal): -15154800 or 9486616. OLE color: 9486616.

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

Color convert

RGB24193144-
CMYK0.8800.250.24
HSL162.6º77.88%42.55%-
HSV(B)162.6º87.56%75.69%-
XYZ24.4840.3532.88-
YUV136.88132.0147.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 193 (75.78% from 255) = 53.46%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=6.65%
G=53.46%
B=39.89%

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
Decimal241931440.8800.250.24162.677.8842.55
Hex18C1905801918a34e2b
Octal303012201300313024311653
Binary110001100000110010000101100001100111000101000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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