Html Css Color HEX #18A67C Mountain Meadow

📋 copy color: '#18A67C'

red 24 ◦ green 166 ◦ blue 124

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

Shades of Mountain Meadow #18A67C

Tints of Mountain Meadow #18A67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 7.64%
G = 52.87%
B = 39.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#18A67C (or 0x18A67C) is known color: Mountain Meadow. HEX triplet: 18, A6 and 7C. RGB value is (24,166,124). Sum of RGB (Red+Green+Blue) = 24+166+124=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #18A67C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A67C is #E75983. Grayscale: #767676. Windows color (decimal): -15161732 or 8168984. OLE color: 8168984.

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

Color convert

RGB 24 166 124 -
CMYK 0.86 0 0.25 0.35
HSL 162.25º 0.75% 0.37% -
HSV(B) 162.25º 0.86% 0.65% -
XYZ 17.65 28.92 23.72 -
YUV 118.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 24 166 124 0.86 0 0.25 0.35 162.25 0.75 0.37
Hex 18 A6 7C 56 0 19 23 A2 4B 25
Octal 30 246 174 126 0 31 43 242 113 45
Binary 11000 10100110 1111100 1010110 0 11001 100011 10100010 1001011 100101

Color Harmonies of #18A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A67C

Black with #18A67C

Text Example


Text Example

White with #18A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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