#16D07C

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

Shades of Mountain Meadow #16D07C

Tints of Mountain Meadow #16D07C

Color information

#16D07C (or 0x16D07C) is unknown color: approx Mountain Meadow. HEX triplet: 16, D0 and 7C. RGB value is (22,208,124). Sum of RGB (Red+Green+Blue) = 22+208+124=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #16D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D07C is #E92F83. Grayscale: #8E8E8E. Windows color (decimal): -15282052 or 8179734. OLE color: 8179734.

HSL color Cylindrical-coordinate representation of color #16D07C: hue angle of 152.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D07C is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB22208124-
CMYK0.8900.400.18
HSL152.9º80.87%45.1%-
HSV(B)152.9º89.42%81.57%-
XYZ26.5246.7426.69-
YUV142.81117.3841.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.21%
GREEN value IS 208 (81.64% from 255) = 58.76%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=6.21%
G=58.76%
B=35.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal222081240.8900.400.18152.980.8745.1
Hex16D07C590281299512d
Octal263201741310502223112155
Binary101101101000011111001011001010100010010100110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,208,124); }

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

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

 a { background-color: rgb(22,208,124); }

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

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

 span { border-color: rgb(22,208,124); }

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