#16B37F

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

Shades of Mountain Meadow #16B37F

Tints of Mountain Meadow #16B37F

Color information

#16B37F (or 0x16B37F) is unknown color: approx Mountain Meadow. HEX triplet: 16, B3 and 7F. RGB value is (22,179,127). Sum of RGB (Red+Green+Blue) = 22+179+127=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #16B37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B37F is #E94C80. Grayscale: #7E7E7E. Windows color (decimal): -15289473 or 8368918. OLE color: 8368918.

HSL color Cylindrical-coordinate representation of color #16B37F: hue angle of 160.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B37F is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB22179127-
CMYK0.8800.290.30
HSL160.13º78.11%39.41%-
HSV(B)160.13º87.71%70.2%-
XYZ20.2833.9425.56-
YUV126.13128.4953.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.71%
GREEN value IS 179 (70.31% from 255) = 54.57%
BLUE value IS 127 (50% from 255) = 38.72%
R=6.71%
G=54.57%
B=38.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221791270.8800.290.30160.1378.1139.41
Hex16B37F5801D1Ea04e27
Octal262631771300353624011647
Binary10110101100111111111101100001110111110101000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B37F; }

 p { color: rgb(22,179,127); }

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

<style>
 a { background-color: #16B37F; }

 a { background-color: rgb(22,179,127); }

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

<style>
 span { border-color: #16B37F; }

 span { border-color: rgb(22,179,127); }

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