#16D074

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

Shades of Mountain Meadow #16D074

Tints of Mountain Meadow #16D074

Color information

#16D074 (or 0x16D074) is unknown color: approx Mountain Meadow. HEX triplet: 16, D0 and 74. RGB value is (22,208,116). Sum of RGB (Red+Green+Blue) = 22+208+116=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #16D074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D074 is #E92F8B. Grayscale: #8E8E8E. Windows color (decimal): -15282060 or 7655446. OLE color: 7655446.

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

Color convert

RGB22208116-
CMYK0.8900.440.18
HSL150.32º80.87%45.1%-
HSV(B)150.32º89.42%81.57%-
XYZ26.0446.5424.13-
YUV141.9113.3842.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.36%
GREEN value IS 208 (81.64% from 255) = 60.12%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=6.36%
G=60.12%
B=33.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal222081160.8900.440.18150.3280.8745.1
Hex16D0745902C1296512d
Octal263201641310542222612155
Binary101101101000011101001011001010110010010100101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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