Html Css Color HEX #18A376 Mountain Meadow

📋 copy color: '#18A376'

red 24 ◦ green 163 ◦ blue 118

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

Shades of Mountain Meadow #18A376

Tints of Mountain Meadow #18A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.44%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 7.87%
G = 53.44%
B = 38.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#18A376 (or 0x18A376) is known color: Mountain Meadow. HEX triplet: 18, A3 and 76. RGB value is (24,163,118). Sum of RGB (Red+Green+Blue) = 24+163+118=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #18A376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A376 is #E75C89. Grayscale: #747474. Windows color (decimal): -15162506 or 7775000. OLE color: 7775000.

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

Color convert

RGB 24 163 118 -
CMYK 0.85 0 0.28 0.36
HSL 160.58º 0.74% 0.37% -
HSV(B) 160.58º 0.85% 0.64% -
XYZ 16.74 27.7 21.6 -
YUV 116.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 24 163 118 0.85 0 0.28 0.36 160.58 0.74 0.37
Hex 18 A3 76 55 0 1C 24 A1 4A 25
Octal 30 243 166 125 0 34 44 241 112 45
Binary 11000 10100011 1110110 1010101 0 11100 100100 10100001 1001010 100101

Color Harmonies of #18A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A376

Black with #18A376

Text Example


Text Example

White with #18A376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,163,118); }

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

background-color css

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

 a { background-color: rgb(24,163,118); }

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

border-color css

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

 span { border-color: rgb(24,163,118); }

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