Html Css Color HEX #18AC7D Mountain Meadow

📋 copy color: '#18AC7D'

red 24 ◦ green 172 ◦ blue 125

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

Shades of Mountain Meadow #18AC7D

Tints of Mountain Meadow #18AC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 7.48%
G = 53.58%
B = 38.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#18AC7D (or 0x18AC7D) is known color: Mountain Meadow. HEX triplet: 18, AC and 7D. RGB value is (24,172,125). Sum of RGB (Red+Green+Blue) = 24+172+125=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC7D is #E75382. Grayscale: #7A7A7A. Windows color (decimal): -15160195 or 8236056. OLE color: 8236056.

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

Color convert

RGB 24 172 125 -
CMYK 0.86 0 0.27 0.33
HSL 160.95º 0.76% 0.38% -
HSV(B) 160.95º 0.86% 0.67% -
XYZ 18.83 31.18 24.43 -
YUV 122.39 129.47 57.82 -
System Red Green Blue C M Y K H S L
Decimal 24 172 125 0.86 0 0.27 0.33 160.95 0.76 0.38
Hex 18 AC 7D 56 0 1B 21 A1 4C 26
Octal 30 254 175 126 0 33 41 241 114 46
Binary 11000 10101100 1111101 1010110 0 11011 100001 10100001 1001100 100110

Color Harmonies of #18AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC7D

Black with #18AC7D

Text Example


Text Example

White with #18AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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