Html Css Color HEX #16B770 Mountain Meadow

📋 copy color: '#16B770'

red 22 ◦ green 183 ◦ blue 112

#16B770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #16B770

Tints of Mountain Meadow #16B770

RGB

 RED value IS 22 (8.98% from 255) = 6.94%

 GREEN value IS 183 (71.88% from 255) = 57.73%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 6.94%
G = 57.73%
B = 35.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#16B770 (or 0x16B770) is known color: Mountain Meadow. HEX triplet: 16, B7 and 70. RGB value is (22,183,112). Sum of RGB (Red+Green+Blue) = 22+183+112=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #16B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B770 is #E9488F. Grayscale: #7E7E7E. Windows color (decimal): -15288464 or 7386902. OLE color: 7386902.

HSL color Cylindrical-coordinate representation of color #16B770: hue angle of 153.54º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B770 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 22 183 112 -
CMYK 0.88 0 0.39 0.28
HSL 153.54º 0.79% 0.4% -
HSV(B) 153.54º 0.88% 0.72% -
XYZ 20.19 35.21 21.06 -
YUV 126.77 119.66 53.27 -
System Red Green Blue C M Y K H S L
Decimal 22 183 112 0.88 0 0.39 0.28 153.54 0.79 0.4
Hex 16 B7 70 58 0 27 1C 9A 4F 28
Octal 26 267 160 130 0 47 34 232 117 50
Binary 10110 10110111 1110000 1011000 0 100111 11100 10011010 1001111 101000

Color Harmonies of #16B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B770

Black with #16B770

Text Example


Text Example

White with #16B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,183,112); }

 H1.HeaderClassName
 {
   color: #16B770;
 }
 .AnyTagClassName
 {
   color: #16B770;
 }
</style>

background-color css

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

 a { background-color: rgb(22,183,112); }

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

border-color css

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

 span { border-color: rgb(22,183,112); }

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