Html Css Color HEX #18B490 Mountain Meadow

📋 copy color: '#18B490'

red 24 ◦ green 180 ◦ blue 144

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

Shades of Mountain Meadow #18B490

Tints of Mountain Meadow #18B490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 6.9%
G = 51.72%
B = 41.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#18B490 (or 0x18B490) is known color: Mountain Meadow. HEX triplet: 18, B4 and 90. RGB value is (24,180,144). Sum of RGB (Red+Green+Blue) = 24+180+144=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #18B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B490 is #E74B6F. Grayscale: #818181. Windows color (decimal): -15158128 or 9483288. OLE color: 9483288.

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

Color convert

RGB 24 180 144 -
CMYK 0.87 0 0.2 0.29
HSL 166.15º 0.76% 0.4% -
HSV(B) 166.15º 0.87% 0.71% -
XYZ 21.73 34.85 31.97 -
YUV 129.25 136.32 52.93 -
System Red Green Blue C M Y K H S L
Decimal 24 180 144 0.87 0 0.2 0.29 166.15 0.76 0.4
Hex 18 B4 90 57 0 14 1D A6 4C 28
Octal 30 264 220 127 0 24 35 246 114 50
Binary 11000 10110100 10010000 1010111 0 10100 11101 10100110 1001100 101000

Color Harmonies of #18B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B490

Black with #18B490

Text Example


Text Example

White with #18B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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