Html Css Color HEX #18A985 Mountain Meadow

📋 copy color: '#18A985'

red 24 ◦ green 169 ◦ blue 133

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

Shades of Mountain Meadow #18A985

Tints of Mountain Meadow #18A985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 7.36%
G = 51.84%
B = 40.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#18A985 (or 0x18A985) is known color: Mountain Meadow. HEX triplet: 18, A9 and 85. RGB value is (24,169,133). Sum of RGB (Red+Green+Blue) = 24+169+133=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #18A985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A985 is #E7567A. Grayscale: #797979. Windows color (decimal): -15160955 or 8759576. OLE color: 8759576.

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

Color convert

RGB 24 169 133 -
CMYK 0.86 0 0.21 0.34
HSL 165.1º 0.75% 0.38% -
HSV(B) 165.1º 0.86% 0.66% -
XYZ 18.8 30.26 27.04 -
YUV 121.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 24 169 133 0.86 0 0.21 0.34 165.1 0.75 0.38
Hex 18 A9 85 56 0 15 22 A5 4B 26
Octal 30 251 205 126 0 25 42 245 113 46
Binary 11000 10101001 10000101 1010110 0 10101 100010 10100101 1001011 100110

Color Harmonies of #18A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A985

Black with #18A985

Text Example


Text Example

White with #18A985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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