#16CA76

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

Shades of Mountain Meadow #16CA76

Tints of Mountain Meadow #16CA76

Color information

#16CA76 (or 0x16CA76) is unknown color: approx Mountain Meadow. HEX triplet: 16, CA and 76. RGB value is (22,202,118). Sum of RGB (Red+Green+Blue) = 22+202+118=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CA76 is #E93589. Grayscale: #8A8A8A. Windows color (decimal): -15283594 or 7784982. OLE color: 7784982.

HSL color Cylindrical-coordinate representation of color #16CA76: hue angle of 152º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA76 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB22202118-
CMYK0.8900.420.21
HSL152º80.36%43.92%-
HSV(B)152º89.11%79.22%-
XYZ24.7243.7224.28-
YUV138.6116.3744.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.43%
GREEN value IS 202 (79.30% from 255) = 59.06%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=6.43%
G=59.06%
B=34.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal222021180.8900.420.2115280.3643.92
Hex16CA765902A1598502c
Octal263121661310522523012054
Binary101101100101011101101011001010101010101100110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,202,118); }

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

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

 a { background-color: rgb(22,202,118); }

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

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

 span { border-color: rgb(22,202,118); }

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