Html Css Color HEX #18A67D Mountain Meadow

📋 copy color: '#18A67D'

red 24 ◦ green 166 ◦ blue 125

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

Shades of Mountain Meadow #18A67D

Tints of Mountain Meadow #18A67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 7.62%
G = 52.7%
B = 39.68%

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

#18A67D (or 0x18A67D) is known color: Mountain Meadow. HEX triplet: 18, A6 and 7D. RGB value is (24,166,125). Sum of RGB (Red+Green+Blue) = 24+166+125=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #18A67D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A67D is #E75982. Grayscale: #767676. Windows color (decimal): -15161731 or 8234520. OLE color: 8234520.

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

Color convert

RGB 24 166 125 -
CMYK 0.86 0 0.25 0.35
HSL 162.68º 0.75% 0.37% -
HSV(B) 162.68º 0.86% 0.65% -
XYZ 17.71 28.95 24.06 -
YUV 118.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 24 166 125 0.86 0 0.25 0.35 162.68 0.75 0.37
Hex 18 A6 7D 56 0 19 23 A3 4B 25
Octal 30 246 175 126 0 31 43 243 113 45
Binary 11000 10100110 1111101 1010110 0 11001 100011 10100011 1001011 100101

Color Harmonies of #18A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A67D

Black with #18A67D

Text Example


Text Example

White with #18A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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