#18C08C

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

Shades of Mountain Meadow #18C08C

Tints of Mountain Meadow #18C08C

Color information

#18C08C (or 0x18C08C) is unknown color: approx Mountain Meadow. HEX triplet: 18, C0 and 8C. RGB value is (24,192,140). Sum of RGB (Red+Green+Blue) = 24+192+140=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #18C08C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C08C is #E73F73. Grayscale: #878787. Windows color (decimal): -15155060 or 9224216. OLE color: 9224216.

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

Color convert

RGB24192140-
CMYK0.8800.270.25
HSL161.43º77.78%42.35%-
HSV(B)161.43º87.5%75.29%-
XYZ23.9639.7931.23-
YUV135.84130.3448.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 192 (75.39% from 255) = 53.93%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=6.74%
G=53.93%
B=39.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241921400.8800.270.25161.4377.7842.35
Hex18C08C5801B19a14e2a
Octal303002141300333124111652
Binary110001100000010001100101100001101111001101000011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,192,140); }

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

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

 a { background-color: rgb(24,192,140); }

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

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

 span { border-color: rgb(24,192,140); }

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