Html Css Color HEX #18B476 Mountain Meadow

📋 copy color: '#18B476'

red 24 ◦ green 180 ◦ blue 118

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

Shades of Mountain Meadow #18B476

Tints of Mountain Meadow #18B476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 7.45%
G = 55.9%
B = 36.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#18B476 (or 0x18B476) is known color: Mountain Meadow. HEX triplet: 18, B4 and 76. RGB value is (24,180,118). Sum of RGB (Red+Green+Blue) = 24+180+118=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #18B476 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B476 is #E74B89. Grayscale: #7E7E7E. Windows color (decimal): -15158154 or 7779352. OLE color: 7779352.

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

Color convert

RGB 24 180 118 -
CMYK 0.87 0 0.34 0.29
HSL 156.15º 0.76% 0.4% -
HSV(B) 156.15º 0.87% 0.71% -
XYZ 19.97 34.14 22.68 -
YUV 126.29 123.32 55.04 -
System Red Green Blue C M Y K H S L
Decimal 24 180 118 0.87 0 0.34 0.29 156.15 0.76 0.4
Hex 18 B4 76 57 0 22 1D 9C 4C 28
Octal 30 264 166 127 0 42 35 234 114 50
Binary 11000 10110100 1110110 1010111 0 100010 11101 10011100 1001100 101000

Color Harmonies of #18B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B476

Black with #18B476

Text Example


Text Example

White with #18B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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