#16B078

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

Shades of Mountain Meadow #16B078

Tints of Mountain Meadow #16B078

Color information

#16B078 (or 0x16B078) is unknown color: approx Mountain Meadow. HEX triplet: 16, B0 and 78. RGB value is (22,176,120). Sum of RGB (Red+Green+Blue) = 22+176+120=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #16B078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B078 is #E94F87. Grayscale: #7B7B7B. Windows color (decimal): -15290248 or 7909398. OLE color: 7909398.

HSL color Cylindrical-coordinate representation of color #16B078: hue angle of 158.18º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B078 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB22176120-
CMYK0.8800.320.31
HSL158.18º77.78%38.82%-
HSV(B)158.18º87.5%69.02%-
XYZ19.2532.5823.04-
YUV123.57125.9855.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.92%
GREEN value IS 176 (69.14% from 255) = 55.35%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=6.92%
G=55.35%
B=37.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221761200.8800.320.31158.1877.7838.82
Hex16B078580201F9e4e27
Octal262601701300403723611647
Binary101101011000011110001011000010000011111100111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,176,120); }

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

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

 a { background-color: rgb(22,176,120); }

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

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

 span { border-color: rgb(22,176,120); }

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