Html Css Color HEX #18AB86 Mountain Meadow

📋 copy color: '#18AB86'

red 24 ◦ green 171 ◦ blue 134

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

Shades of Mountain Meadow #18AB86

Tints of Mountain Meadow #18AB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.98%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 7.29%
G = 51.98%
B = 40.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#18AB86 (or 0x18AB86) is known color: Mountain Meadow. HEX triplet: 18, AB and 86. RGB value is (24,171,134). Sum of RGB (Red+Green+Blue) = 24+171+134=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB86 is #E75479. Grayscale: #7A7A7A. Windows color (decimal): -15160442 or 8825624. OLE color: 8825624.

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

Color convert

RGB 24 171 134 -
CMYK 0.86 0 0.22 0.33
HSL 164.9º 0.75% 0.38% -
HSV(B) 164.9º 0.86% 0.67% -
XYZ 19.24 31.04 27.53 -
YUV 122.83 134.3 57.51 -
System Red Green Blue C M Y K H S L
Decimal 24 171 134 0.86 0 0.22 0.33 164.9 0.75 0.38
Hex 18 AB 86 56 0 16 21 A5 4B 26
Octal 30 253 206 126 0 26 41 245 113 46
Binary 11000 10101011 10000110 1010110 0 10110 100001 10100101 1001011 100110

Color Harmonies of #18AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AB86

Black with #18AB86

Text Example


Text Example

White with #18AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,134); }

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

background-color css

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

 a { background-color: rgb(24,171,134); }

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

border-color css

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

 span { border-color: rgb(24,171,134); }

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