#16AA75

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

Shades of Mountain Meadow #16AA75

Tints of Mountain Meadow #16AA75

Color information

#16AA75 (or 0x16AA75) is unknown color: approx Mountain Meadow. HEX triplet: 16, AA and 75. RGB value is (22,170,117). Sum of RGB (Red+Green+Blue) = 22+170+117=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AA75 is #E9558A. Grayscale: #777777. Windows color (decimal): -15291787 or 7711254. OLE color: 7711254.

HSL color Cylindrical-coordinate representation of color #16AA75: hue angle of 158.51º 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 #16AA75 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB22170117-
CMYK0.8700.310.33
HSL158.51º77.08%37.65%-
HSV(B)158.51º87.06%66.67%-
XYZ17.9230.221.72-
YUV119.71126.4758.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=7.12%
G=55.02%
B=37.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221701170.8700.310.33158.5177.0837.65
Hex16AA755701F219f4d26
Octal262521651270374123711546
Binary101101010101011101011010111011111100001100111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,170,117); }

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

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

 a { background-color: rgb(22,170,117); }

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

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

 span { border-color: rgb(22,170,117); }

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