Html Css Color HEX #18AC8C Mountain Meadow

📋 copy color: '#18AC8C'

red 24 ◦ green 172 ◦ blue 140

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

Shades of Mountain Meadow #18AC8C

Tints of Mountain Meadow #18AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 7.14%
G = 51.19%
B = 41.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#18AC8C (or 0x18AC8C) is known color: Mountain Meadow. HEX triplet: 18, AC and 8C. RGB value is (24,172,140). Sum of RGB (Red+Green+Blue) = 24+172+140=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC8C is #E75373. Grayscale: #7C7C7C. Windows color (decimal): -15160180 or 9219096. OLE color: 9219096.

HSL color Cylindrical-coordinate representation of color #18AC8C: hue angle of 167.03º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC8C is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 140 -
CMYK 0.86 0 0.19 0.33
HSL 167.03º 0.76% 0.38% -
HSV(B) 167.03º 0.86% 0.67% -
XYZ 19.86 31.59 29.86 -
YUV 124.1 136.97 56.6 -
System Red Green Blue C M Y K H S L
Decimal 24 172 140 0.86 0 0.19 0.33 167.03 0.76 0.38
Hex 18 AC 8C 56 0 13 21 A7 4C 26
Octal 30 254 214 126 0 23 41 247 114 46
Binary 11000 10101100 10001100 1010110 0 10011 100001 10100111 1001100 100110

Color Harmonies of #18AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC8C

Black with #18AC8C

Text Example


Text Example

White with #18AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,140); }

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

background-color css

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

 a { background-color: rgb(24,172,140); }

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

border-color css

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

 span { border-color: rgb(24,172,140); }

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