Html Css Color HEX #18AD7D Mountain Meadow

📋 copy color: '#18AD7D'

red 24 ◦ green 173 ◦ blue 125

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

Shades of Mountain Meadow #18AD7D

Tints of Mountain Meadow #18AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.73%

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

R = 7.45%
G = 53.73%
B = 38.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#18AD7D (or 0x18AD7D) is known color: Mountain Meadow. HEX triplet: 18, AD and 7D. RGB value is (24,173,125). Sum of RGB (Red+Green+Blue) = 24+173+125=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AD7D is #E75282. Grayscale: #7B7B7B. Windows color (decimal): -15159939 or 8236312. OLE color: 8236312.

HSL color Cylindrical-coordinate representation of color #18AD7D: hue angle of 160.67º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD7D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 173 125 -
CMYK 0.86 0 0.28 0.32
HSL 160.67º 0.76% 0.39% -
HSV(B) 160.67º 0.86% 0.68% -
XYZ 19.02 31.56 24.49 -
YUV 122.98 129.14 57.4 -
System Red Green Blue C M Y K H S L
Decimal 24 173 125 0.86 0 0.28 0.32 160.67 0.76 0.39
Hex 18 AD 7D 56 0 1C 20 A1 4C 27
Octal 30 255 175 126 0 34 40 241 114 47
Binary 11000 10101101 1111101 1010110 0 11100 100000 10100001 1001100 100111

Color Harmonies of #18AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AD7D

Black with #18AD7D

Text Example


Text Example

White with #18AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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