#16C375

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

Shades of Mountain Meadow #16C375

Tints of Mountain Meadow #16C375

Color information

#16C375 (or 0x16C375) is unknown color: approx Mountain Meadow. HEX triplet: 16, C3 and 75. RGB value is (22,195,117). Sum of RGB (Red+Green+Blue) = 22+195+117=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #16C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C375 is #E93C8A. Grayscale: #868686. Windows color (decimal): -15285387 or 7717654. OLE color: 7717654.

HSL color Cylindrical-coordinate representation of color #16C375: hue angle of 152.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C375 is Cyan = 0.89, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB22195117-
CMYK0.8900.40.24
HSL152.95º79.72%42.55%-
HSV(B)152.95º88.72%76.47%-
XYZ23.0640.4923.43-
YUV134.38118.1947.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.59%
GREEN value IS 195 (76.56% from 255) = 58.38%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=6.59%
G=58.38%
B=35.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221951170.8900.40.24152.9579.7242.55
Hex16C375590281899502b
Octal263031651310503023112053
Binary101101100001111101011011001010100011000100110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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