#18B976

Color #18B976 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18B976

Tints of Mountain Meadow #18B976

Color information

#18B976 (or 0x18B976) is unknown color: approx Mountain Meadow. HEX triplet: 18, B9 and 76. RGB value is (24,185,118). Sum of RGB (Red+Green+Blue) = 24+185+118=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #18B976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B976 is #E74689. Grayscale: #818181. Windows color (decimal): -15156874 or 7780632. OLE color: 7780632.

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

Color convert

RGB24185118-
CMYK0.8700.360.27
HSL155.03º77.03%40.98%-
HSV(B)155.03º87.03%72.55%-
XYZ2136.223.02-
YUV129.22121.6652.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.34%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=7.34%
G=56.57%
B=36.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851180.8700.360.27155.0377.0340.98
Hex18B976570241B9b4d29
Octal302711661270443323311551
Binary110001011100111101101010111010010011011100110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B976;
 }
 .AnyTagClassName
 {
   color: #18B976;
 }
</style>
background-color css

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

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

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

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

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

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