#16AB74

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

Shades of Mountain Meadow #16AB74

Tints of Mountain Meadow #16AB74

Color information

#16AB74 (or 0x16AB74) is unknown color: approx Mountain Meadow. HEX triplet: 16, AB and 74. RGB value is (22,171,116). Sum of RGB (Red+Green+Blue) = 22+171+116=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AB74 is #E9548B. Grayscale: #787878. Windows color (decimal): -15291532 or 7645974. OLE color: 7645974.

HSL color Cylindrical-coordinate representation of color #16AB74: hue angle of 157.85º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AB74 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB22171116-
CMYK0.8700.320.33
HSL157.85º77.2%37.84%-
HSV(B)157.85º87.13%67.06%-
XYZ18.0530.5621.47-
YUV120.18125.6457.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 171 (67.19% from 255) = 55.34%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=7.12%
G=55.34%
B=37.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221711160.8700.320.33157.8577.237.84
Hex16AB7457020219e4d26
Octal262531641270404123611546
Binary1011010101011111010010101110100000100001100111101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,171,116); }

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

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

 a { background-color: rgb(22,171,116); }

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

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

 span { border-color: rgb(22,171,116); }

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