Html Css Color HEX #18A98B Mountain Meadow

📋 copy color: '#18A98B'

red 24 ◦ green 169 ◦ blue 139

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

Shades of Mountain Meadow #18A98B

Tints of Mountain Meadow #18A98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 7.23%
G = 50.9%
B = 41.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#18A98B (or 0x18A98B) is known color: Mountain Meadow. HEX triplet: 18, A9 and 8B. RGB value is (24,169,139). Sum of RGB (Red+Green+Blue) = 24+169+139=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #18A98B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A98B is #E75674. Grayscale: #7A7A7A. Windows color (decimal): -15160949 or 9152792. OLE color: 9152792.

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

Color convert

RGB 24 169 139 -
CMYK 0.86 0 0.18 0.34
HSL 167.59º 0.75% 0.38% -
HSV(B) 167.59º 0.86% 0.66% -
XYZ 19.22 30.43 29.29 -
YUV 122.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 24 169 139 0.86 0 0.18 0.34 167.59 0.75 0.38
Hex 18 A9 8B 56 0 12 22 A8 4B 26
Octal 30 251 213 126 0 22 42 250 113 46
Binary 11000 10101001 10001011 1010110 0 10010 100010 10101000 1001011 100110

Color Harmonies of #18A98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A98B

Black with #18A98B

Text Example


Text Example

White with #18A98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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