Html Css Color HEX #18AA90 Mountain Meadow

📋 copy color: '#18AA90'

red 24 ◦ green 170 ◦ blue 144

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

Shades of Mountain Meadow #18AA90

Tints of Mountain Meadow #18AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.3%

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

R = 7.1%
G = 50.3%
B = 42.6%

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

#18AA90 (or 0x18AA90) is known color: Mountain Meadow. HEX triplet: 18, AA and 90. RGB value is (24,170,144). Sum of RGB (Red+Green+Blue) = 24+170+144=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA90 is #E7556F. Grayscale: #7B7B7B. Windows color (decimal): -15160688 or 9480728. OLE color: 9480728.

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

Color convert

RGB 24 170 144 -
CMYK 0.86 0 0.15 0.33
HSL 169.32º 0.75% 0.38% -
HSV(B) 169.32º 0.86% 0.67% -
XYZ 19.79 30.96 31.32 -
YUV 123.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 24 170 144 0.86 0 0.15 0.33 169.32 0.75 0.38
Hex 18 AA 90 56 0 F 21 A9 4B 26
Octal 30 252 220 126 0 17 41 251 113 46
Binary 11000 10101010 10010000 1010110 0 1111 100001 10101001 1001011 100110

Color Harmonies of #18AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA90

Black with #18AA90

Text Example


Text Example

White with #18AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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