Html Css Color HEX #18AC90 Mountain Meadow

📋 copy color: '#18AC90'

red 24 ◦ green 172 ◦ blue 144

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

Shades of Mountain Meadow #18AC90

Tints of Mountain Meadow #18AC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 7.06%
G = 50.59%
B = 42.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#18AC90 (or 0x18AC90) is known color: Mountain Meadow. HEX triplet: 18, AC and 90. RGB value is (24,172,144). Sum of RGB (Red+Green+Blue) = 24+172+144=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC90 is #E7536F. Grayscale: #7C7C7C. Windows color (decimal): -15160176 or 9481240. OLE color: 9481240.

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

Color convert

RGB 24 172 144 -
CMYK 0.86 0 0.16 0.33
HSL 168.65º 0.76% 0.38% -
HSV(B) 168.65º 0.86% 0.67% -
XYZ 20.16 31.71 31.44 -
YUV 124.56 138.97 56.28 -
System Red Green Blue C M Y K H S L
Decimal 24 172 144 0.86 0 0.16 0.33 168.65 0.76 0.38
Hex 18 AC 90 56 0 10 21 A9 4C 26
Octal 30 254 220 126 0 20 41 251 114 46
Binary 11000 10101100 10010000 1010110 0 10000 100001 10101001 1001100 100110

Color Harmonies of #18AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC90

Black with #18AC90

Text Example


Text Example

White with #18AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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