#16AF81

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

Shades of Mountain Meadow #16AF81

Tints of Mountain Meadow #16AF81

Color information

#16AF81 (or 0x16AF81) is unknown color: approx Mountain Meadow. HEX triplet: 16, AF and 81. RGB value is (22,175,129). Sum of RGB (Red+Green+Blue) = 22+175+129=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF81 is #E9507E. Grayscale: #7C7C7C. Windows color (decimal): -15290495 or 8498966. OLE color: 8498966.

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

Color convert

RGB22175129-
CMYK0.8700.260.31
HSL161.96º77.66%38.63%-
HSV(B)161.96º87.43%68.63%-
XYZ19.6232.4225.99-
YUV124.01130.8155.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=6.75%
G=53.68%
B=39.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751290.8700.260.31161.9677.6638.63
Hex16AF815701A1Fa24e27
Octal262572011270323724211647
Binary101101010111110000001101011101101011111101000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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