#16A67A

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

Shades of Mountain Meadow #16A67A

Tints of Mountain Meadow #16A67A

Color information

#16A67A (or 0x16A67A) is unknown color: approx Mountain Meadow. HEX triplet: 16, A6 and 7A. RGB value is (22,166,122). Sum of RGB (Red+Green+Blue) = 22+166+122=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #16A67A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A67A is #E95985. Grayscale: #757575. Windows color (decimal): -15292806 or 8037910. OLE color: 8037910.

HSL color Cylindrical-coordinate representation of color #16A67A: hue angle of 161.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A67A is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB22166122-
CMYK0.8700.270.35
HSL161.67º76.6%36.86%-
HSV(B)161.67º86.75%65.1%-
XYZ17.4828.8523.06-
YUV117.93130.2959.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.10%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=7.10%
G=53.55%
B=39.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal221661220.8700.270.35161.6776.636.86
Hex16A67A5701B23a24d25
Octal262461721270334324211545
Binary101101010011011110101010111011011100011101000101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,166,122); }

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

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

 a { background-color: rgb(22,166,122); }

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

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

 span { border-color: rgb(22,166,122); }

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