Html Css Color HEX #18A079 Mountain Meadow

📋 copy color: '#18A079'

red 24 ◦ green 160 ◦ blue 121

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

Shades of Mountain Meadow #18A079

Tints of Mountain Meadow #18A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.46%

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 7.87%
G = 52.46%
B = 39.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#18A079 (or 0x18A079) is known color: Mountain Meadow. HEX triplet: 18, A0 and 79. RGB value is (24,160,121). Sum of RGB (Red+Green+Blue) = 24+160+121=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #18A079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A079 is #E75F86. Grayscale: #727272. Windows color (decimal): -15163271 or 7970840. OLE color: 7970840.

HSL color Cylindrical-coordinate representation of color #18A079: hue angle of 162.79º 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 #18A079 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 121 -
CMYK 0.85 0 0.24 0.37
HSL 162.79º 0.74% 0.36% -
HSV(B) 162.79º 0.85% 0.63% -
XYZ 16.4 26.72 22.38 -
YUV 114.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 24 160 121 0.85 0 0.24 0.37 162.79 0.74 0.36
Hex 18 A0 79 55 0 18 25 A3 4A 24
Octal 30 240 171 125 0 30 45 243 112 44
Binary 11000 10100000 1111001 1010101 0 11000 100101 10100011 1001010 100100

Color Harmonies of #18A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A079

Black with #18A079

Text Example


Text Example

White with #18A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,160,121); }

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

background-color css

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

 a { background-color: rgb(24,160,121); }

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

border-color css

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

 span { border-color: rgb(24,160,121); }

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