Html Css Color HEX #18BB80 Mountain Meadow

📋 copy color: '#18BB80'

red 24 ◦ green 187 ◦ blue 128

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

Shades of Mountain Meadow #18BB80

Tints of Mountain Meadow #18BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 7.08%
G = 55.16%
B = 37.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#18BB80 (or 0x18BB80) is known color: Mountain Meadow. HEX triplet: 18, BB and 80. RGB value is (24,187,128). Sum of RGB (Red+Green+Blue) = 24+187+128=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BB80 is #E7447F. Grayscale: #838383. Windows color (decimal): -15156352 or 8436504. OLE color: 8436504.

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

Color convert

RGB 24 187 128 -
CMYK 0.87 0 0.32 0.27
HSL 158.28º 0.77% 0.41% -
HSV(B) 158.28º 0.87% 0.73% -
XYZ 22.04 37.29 26.46 -
YUV 131.54 126 51.3 -
System Red Green Blue C M Y K H S L
Decimal 24 187 128 0.87 0 0.32 0.27 158.28 0.77 0.41
Hex 18 BB 80 57 0 20 1B 9E 4D 29
Octal 30 273 200 127 0 40 33 236 115 51
Binary 11000 10111011 10000000 1010111 0 100000 11011 10011110 1001101 101001

Color Harmonies of #18BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BB80

Black with #18BB80

Text Example


Text Example

White with #18BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,187,128); }

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

background-color css

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

 a { background-color: rgb(24,187,128); }

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

border-color css

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

 span { border-color: rgb(24,187,128); }

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