Html Css Color HEX #18AC80 Mountain Meadow

📋 copy color: '#18AC80'

red 24 ◦ green 172 ◦ blue 128

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

Shades of Mountain Meadow #18AC80

Tints of Mountain Meadow #18AC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 7.41%
G = 53.09%
B = 39.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#18AC80 (or 0x18AC80) is known color: Mountain Meadow. HEX triplet: 18, AC and 80. RGB value is (24,172,128). Sum of RGB (Red+Green+Blue) = 24+172+128=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC80 is #E7537F. Grayscale: #7A7A7A. Windows color (decimal): -15160192 or 8432664. OLE color: 8432664.

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

Color convert

RGB 24 172 128 -
CMYK 0.86 0 0.26 0.33
HSL 162.16º 0.76% 0.38% -
HSV(B) 162.16º 0.86% 0.67% -
XYZ 19.03 31.26 25.45 -
YUV 122.73 130.97 57.58 -
System Red Green Blue C M Y K H S L
Decimal 24 172 128 0.86 0 0.26 0.33 162.16 0.76 0.38
Hex 18 AC 80 56 0 1A 21 A2 4C 26
Octal 30 254 200 126 0 32 41 242 114 46
Binary 11000 10101100 10000000 1010110 0 11010 100001 10100010 1001100 100110

Color Harmonies of #18AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC80

Black with #18AC80

Text Example


Text Example

White with #18AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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