Html Css Color HEX #18B885 Mountain Meadow

📋 copy color: '#18B885'

red 24 ◦ green 184 ◦ blue 133

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

Shades of Mountain Meadow #18B885

Tints of Mountain Meadow #18B885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.96%

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

R = 7.04%
G = 53.96%
B = 39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#18B885 (or 0x18B885) is known color: Mountain Meadow. HEX triplet: 18, B8 and 85. RGB value is (24,184,133). Sum of RGB (Red+Green+Blue) = 24+184+133=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #18B885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B885 is #E7477A. Grayscale: #828282. Windows color (decimal): -15157115 or 8763416. OLE color: 8763416.

HSL color Cylindrical-coordinate representation of color #18B885: hue angle of 160.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B885 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 184 133 -
CMYK 0.87 0 0.28 0.28
HSL 160.88º 0.77% 0.41% -
HSV(B) 160.88º 0.87% 0.72% -
XYZ 21.75 36.17 28.03 -
YUV 130.35 129.49 52.15 -
System Red Green Blue C M Y K H S L
Decimal 24 184 133 0.87 0 0.28 0.28 160.88 0.77 0.41
Hex 18 B8 85 57 0 1C 1C A1 4D 29
Octal 30 270 205 127 0 34 34 241 115 51
Binary 11000 10111000 10000101 1010111 0 11100 11100 10100001 1001101 101001

Color Harmonies of #18B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B885

Black with #18B885

Text Example


Text Example

White with #18B885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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