Html Css Color HEX #18BA91 Mountain Meadow

📋 copy color: '#18BA91'

red 24 ◦ green 186 ◦ blue 145

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

Shades of Mountain Meadow #18BA91

Tints of Mountain Meadow #18BA91

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 6.76%
G = 52.39%
B = 40.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#18BA91 (or 0x18BA91) is known color: Mountain Meadow. HEX triplet: 18, BA and 91. RGB value is (24,186,145). Sum of RGB (Red+Green+Blue) = 24+186+145=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA91 is #E7456E. Grayscale: #848484. Windows color (decimal): -15156591 or 9550360. OLE color: 9550360.

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

Color convert

RGB 24 186 145 -
CMYK 0.87 0 0.22 0.27
HSL 164.81º 0.77% 0.41% -
HSV(B) 164.81º 0.87% 0.73% -
XYZ 23.05 37.36 32.78 -
YUV 132.89 134.83 50.33 -
System Red Green Blue C M Y K H S L
Decimal 24 186 145 0.87 0 0.22 0.27 164.81 0.77 0.41
Hex 18 BA 91 57 0 16 1B A5 4D 29
Octal 30 272 221 127 0 26 33 245 115 51
Binary 11000 10111010 10010001 1010111 0 10110 11011 10100101 1001101 101001

Color Harmonies of #18BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA91

Black with #18BA91

Text Example


Text Example

White with #18BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,145); }

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

background-color css

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

 a { background-color: rgb(24,186,145); }

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

border-color css

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

 span { border-color: rgb(24,186,145); }

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