Html Css Color HEX #18A685 Mountain Meadow

📋 copy color: '#18A685'

red 24 ◦ green 166 ◦ blue 133

#18A685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #18A685

Tints of Mountain Meadow #18A685

RGB

 RED value IS 24 (9.77% from 255) = 7.43%

 GREEN value IS 166 (65.23% from 255) = 51.39%

 BLUE value IS 133 (52.34% from 255) = 41.18%

R = 7.43%
G = 51.39%
B = 41.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#18A685 (or 0x18A685) is known color: Mountain Meadow. HEX triplet: 18, A6 and 85. RGB value is (24,166,133). Sum of RGB (Red+Green+Blue) = 24+166+133=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #18A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A685 is #E7597A. Grayscale: #777777. Windows color (decimal): -15161723 or 8758808. OLE color: 8758808.

HSL color Cylindrical-coordinate representation of color #18A685: hue angle of 166.06º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A685 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 166 133 -
CMYK 0.86 0 0.20 0.35
HSL 166.06º 0.75% 0.37% -
HSV(B) 166.06º 0.86% 0.65% -
XYZ 18.25 29.16 26.86 -
YUV 119.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 24 166 133 0.86 0 0.20 0.35 166.06 0.75 0.37
Hex 18 A6 85 56 0 14 23 A6 4B 25
Octal 30 246 205 126 0 24 43 246 113 45
Binary 11000 10100110 10000101 1010110 0 10100 100011 10100110 1001011 100101

Color Harmonies of #18A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A685

Black with #18A685

Text Example


Text Example

White with #18A685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,166,133); }

 H1.HeaderClassName
 {
   color: #18A685;
 }
 .AnyTagClassName
 {
   color: #18A685;
 }
</style>

background-color css

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

 a { background-color: rgb(24,166,133); }

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

border-color css

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

 span { border-color: rgb(24,166,133); }

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