Html Css Color HEX #18B497 Mountain Meadow

📋 copy color: '#18B497'

red 24 ◦ green 180 ◦ blue 151

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

Shades of Mountain Meadow #18B497

Tints of Mountain Meadow #18B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 6.76%
G = 50.7%
B = 42.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#18B497 (or 0x18B497) is known color: Mountain Meadow. HEX triplet: 18, B4 and 97. RGB value is (24,180,151). Sum of RGB (Red+Green+Blue) = 24+180+151=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #18B497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B497 is #E74B68. Grayscale: #828282. Windows color (decimal): -15158121 or 9942040. OLE color: 9942040.

HSL color Cylindrical-coordinate representation of color #18B497: hue angle of 168.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B497 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 180 151 -
CMYK 0.87 0 0.16 0.29
HSL 168.85º 0.76% 0.4% -
HSV(B) 168.85º 0.87% 0.71% -
XYZ 22.28 35.07 34.87 -
YUV 130.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 24 180 151 0.87 0 0.16 0.29 168.85 0.76 0.4
Hex 18 B4 97 57 0 10 1D A9 4C 28
Octal 30 264 227 127 0 20 35 251 114 50
Binary 11000 10110100 10010111 1010111 0 10000 11101 10101001 1001100 101000

Color Harmonies of #18B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B497

Black with #18B497

Text Example


Text Example

White with #18B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,151); }

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

background-color css

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

 a { background-color: rgb(24,180,151); }

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

border-color css

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

 span { border-color: rgb(24,180,151); }

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