Html Css Color HEX #18AC93 Mountain Meadow

📋 copy color: '#18AC93'

red 24 ◦ green 172 ◦ blue 147

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

Shades of Mountain Meadow #18AC93

Tints of Mountain Meadow #18AC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 7%
G = 50.15%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#18AC93 (or 0x18AC93) is known color: Mountain Meadow. HEX triplet: 18, AC and 93. RGB value is (24,172,147). Sum of RGB (Red+Green+Blue) = 24+172+147=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC93 is #E7536C. Grayscale: #7C7C7C. Windows color (decimal): -15160173 or 9677848. OLE color: 9677848.

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

Color convert

RGB 24 172 147 -
CMYK 0.86 0 0.15 0.33
HSL 169.86º 0.76% 0.38% -
HSV(B) 169.86º 0.86% 0.67% -
XYZ 20.4 31.81 32.67 -
YUV 124.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 24 172 147 0.86 0 0.15 0.33 169.86 0.76 0.38
Hex 18 AC 93 56 0 F 21 AA 4C 26
Octal 30 254 223 126 0 17 41 252 114 46
Binary 11000 10101100 10010011 1010110 0 1111 100001 10101010 1001100 100110

Color Harmonies of #18AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC93

Black with #18AC93

Text Example


Text Example

White with #18AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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