Html Css Color HEX #18A674 Mountain Meadow

📋 copy color: '#18A674'

red 24 ◦ green 166 ◦ blue 116

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

Shades of Mountain Meadow #18A674

Tints of Mountain Meadow #18A674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 7.84%
G = 54.25%
B = 37.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#18A674 (or 0x18A674) is known color: Mountain Meadow. HEX triplet: 18, A6 and 74. RGB value is (24,166,116). Sum of RGB (Red+Green+Blue) = 24+166+116=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #18A674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A674 is #E7598B. Grayscale: #757575. Windows color (decimal): -15161740 or 7644696. OLE color: 7644696.

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

Color convert

RGB 24 166 116 -
CMYK 0.86 0 0.30 0.35
HSL 158.87º 0.75% 0.37% -
HSV(B) 158.87º 0.86% 0.65% -
XYZ 17.17 28.73 21.16 -
YUV 117.84 126.96 61.07 -
System Red Green Blue C M Y K H S L
Decimal 24 166 116 0.86 0 0.30 0.35 158.87 0.75 0.37
Hex 18 A6 74 56 0 1E 23 9F 4B 25
Octal 30 246 164 126 0 36 43 237 113 45
Binary 11000 10100110 1110100 1010110 0 11110 100011 10011111 1001011 100101

Color Harmonies of #18A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A674

Black with #18A674

Text Example


Text Example

White with #18A674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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