#18C586

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

Shades of Mountain Meadow #18C586

Tints of Mountain Meadow #18C586

Color information

#18C586 (or 0x18C586) is unknown color: approx Mountain Meadow. HEX triplet: 18, C5 and 86. RGB value is (24,197,134). Sum of RGB (Red+Green+Blue) = 24+197+134=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #18C586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C586 is #E73A79. Grayscale: #8A8A8A. Windows color (decimal): -15153786 or 8832280. OLE color: 8832280.

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

Color convert

RGB24197134-
CMYK0.8800.320.23
HSL158.15º78.28%43.33%-
HSV(B)158.15º87.82%77.25%-
XYZ24.6541.8529.33-
YUV138.09125.6946.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 197 (77.34% from 255) = 55.49%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=6.76%
G=55.49%
B=37.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241971340.8800.320.23158.1578.2843.33
Hex18C58658020179e4e2b
Octal303052061300402723611653
Binary1100011000101100001101011000010000010111100111101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,134); }

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

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

 a { background-color: rgb(24,197,134); }

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

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

 span { border-color: rgb(24,197,134); }

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