#16AF7A

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

Shades of Mountain Meadow #16AF7A

Tints of Mountain Meadow #16AF7A

Color information

#16AF7A (or 0x16AF7A) is unknown color: approx Mountain Meadow. HEX triplet: 16, AF and 7A. RGB value is (22,175,122). Sum of RGB (Red+Green+Blue) = 22+175+122=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF7A is #E95085. Grayscale: #7B7B7B. Windows color (decimal): -15290502 or 8040214. OLE color: 8040214.

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

Color convert

RGB22175122-
CMYK0.8700.300.31
HSL159.22º77.66%38.63%-
HSV(B)159.22º87.43%68.63%-
XYZ19.1732.2423.62-
YUV123.21127.3155.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 175 (68.75% from 255) = 54.86%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=6.90%
G=54.86%
B=38.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751220.8700.300.31159.2277.6638.63
Hex16AF7A5701E1F9f4e27
Octal262571721270363723711647
Binary10110101011111111010101011101111011111100111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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