Html Css Color HEX #18B485 Mountain Meadow

📋 copy color: '#18B485'

red 24 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #18B485

Tints of Mountain Meadow #18B485

RGB

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

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

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

R = 7.12%
G = 53.41%
B = 39.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#18B485 (or 0x18B485) is known color: Mountain Meadow. HEX triplet: 18, B4 and 85. RGB value is (24,180,133). Sum of RGB (Red+Green+Blue) = 24+180+133=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #18B485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B485 is #E74B7A. Grayscale: #808080. Windows color (decimal): -15158139 or 8762392. OLE color: 8762392.

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

Color convert

RGB 24 180 133 -
CMYK 0.87 0 0.26 0.29
HSL 161.92º 0.76% 0.4% -
HSV(B) 161.92º 0.87% 0.71% -
XYZ 20.93 34.53 27.75 -
YUV 128 130.82 53.82 -
System Red Green Blue C M Y K H S L
Decimal 24 180 133 0.87 0 0.26 0.29 161.92 0.76 0.4
Hex 18 B4 85 57 0 1A 1D A2 4C 28
Octal 30 264 205 127 0 32 35 242 114 50
Binary 11000 10110100 10000101 1010111 0 11010 11101 10100010 1001100 101000

Color Harmonies of #18B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B485

Black with #18B485

Text Example


Text Example

White with #18B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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