Html Css Color HEX #18A17D Mountain Meadow

📋 copy color: '#18A17D'

red 24 ◦ green 161 ◦ blue 125

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

Shades of Mountain Meadow #18A17D

Tints of Mountain Meadow #18A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.94%

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

R = 7.74%
G = 51.94%
B = 40.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#18A17D (or 0x18A17D) is known color: Mountain Meadow. HEX triplet: 18, A1 and 7D. RGB value is (24,161,125). Sum of RGB (Red+Green+Blue) = 24+161+125=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #18A17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A17D is #E75E82. Grayscale: #737373. Windows color (decimal): -15163011 or 8233240. OLE color: 8233240.

HSL color Cylindrical-coordinate representation of color #18A17D: hue angle of 164.23º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A17D is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 161 125 -
CMYK 0.85 0 0.22 0.37
HSL 164.23º 0.74% 0.36% -
HSV(B) 164.23º 0.85% 0.63% -
XYZ 16.82 27.16 23.76 -
YUV 115.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 24 161 125 0.85 0 0.22 0.37 164.23 0.74 0.36
Hex 18 A1 7D 55 0 16 25 A4 4A 24
Octal 30 241 175 125 0 26 45 244 112 44
Binary 11000 10100001 1111101 1010101 0 10110 100101 10100100 1001010 100100

Color Harmonies of #18A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A17D

Black with #18A17D

Text Example


Text Example

White with #18A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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