#16AF90

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

Shades of Mountain Meadow #16AF90

Tints of Mountain Meadow #16AF90

Color information

#16AF90 (or 0x16AF90) is unknown color: approx Mountain Meadow. HEX triplet: 16, AF and 90. RGB value is (22,175,144). Sum of RGB (Red+Green+Blue) = 22+175+144=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF90 is #E9506F. Grayscale: #7D7D7D. Windows color (decimal): -15290480 or 9482006. OLE color: 9482006.

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

Color convert

RGB22175144-
CMYK0.8700.180.31
HSL167.84º77.66%38.63%-
HSV(B)167.84º87.43%68.63%-
XYZ20.6932.8431.63-
YUV125.72138.3154.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.45%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=6.45%
G=51.32%
B=42.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751440.8700.180.31167.8477.6638.63
Hex16AF90570121Fa84e27
Octal262572201270223725011647
Binary101101010111110010000101011101001011111101010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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