Html Css Color HEX #18A989 Mountain Meadow

📋 copy color: '#18A989'

red 24 ◦ green 169 ◦ blue 137

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

Shades of Mountain Meadow #18A989

Tints of Mountain Meadow #18A989

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.21%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 7.27%
G = 51.21%
B = 41.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#18A989 (or 0x18A989) is known color: Mountain Meadow. HEX triplet: 18, A9 and 89. RGB value is (24,169,137). Sum of RGB (Red+Green+Blue) = 24+169+137=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #18A989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A989 is #E75676. Grayscale: #797979. Windows color (decimal): -15160951 or 9021720. OLE color: 9021720.

HSL color Cylindrical-coordinate representation of color #18A989: hue angle of 166.76º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A989 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 24 169 137 -
CMYK 0.86 0 0.19 0.34
HSL 166.76º 0.75% 0.38% -
HSV(B) 166.76º 0.86% 0.66% -
XYZ 19.08 30.38 28.52 -
YUV 122 136.46 58.1 -
System Red Green Blue C M Y K H S L
Decimal 24 169 137 0.86 0 0.19 0.34 166.76 0.75 0.38
Hex 18 A9 89 56 0 13 22 A7 4B 26
Octal 30 251 211 126 0 23 42 247 113 46
Binary 11000 10101001 10001001 1010110 0 10011 100010 10100111 1001011 100110

Color Harmonies of #18A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A989

Black with #18A989

Text Example


Text Example

White with #18A989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,169,137); }

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

background-color css

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

 a { background-color: rgb(24,169,137); }

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

border-color css

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

 span { border-color: rgb(24,169,137); }

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