Html Css Color HEX #18A588 Mountain Meadow

📋 copy color: '#18A588'

red 24 ◦ green 165 ◦ blue 136

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

Shades of Mountain Meadow #18A588

Tints of Mountain Meadow #18A588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.77%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 7.38%
G = 50.77%
B = 41.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#18A588 (or 0x18A588) is known color: Mountain Meadow. HEX triplet: 18, A5 and 88. RGB value is (24,165,136). Sum of RGB (Red+Green+Blue) = 24+165+136=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #18A588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A588 is #E75A77. Grayscale: #777777. Windows color (decimal): -15161976 or 8955160. OLE color: 8955160.

HSL color Cylindrical-coordinate representation of color #18A588: hue angle of 167.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A588 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 136 -
CMYK 0.85 0 0.18 0.35
HSL 167.66º 0.75% 0.37% -
HSV(B) 167.66º 0.85% 0.65% -
XYZ 18.28 28.88 27.9 -
YUV 119.54 137.29 59.86 -
System Red Green Blue C M Y K H S L
Decimal 24 165 136 0.85 0 0.18 0.35 167.66 0.75 0.37
Hex 18 A5 88 55 0 12 23 A8 4B 25
Octal 30 245 210 125 0 22 43 250 113 45
Binary 11000 10100101 10001000 1010101 0 10010 100011 10101000 1001011 100101

Color Harmonies of #18A588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A588

Black with #18A588

Text Example


Text Example

White with #18A588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,136); }

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

background-color css

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

 a { background-color: rgb(24,165,136); }

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

border-color css

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

 span { border-color: rgb(24,165,136); }

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