Html Css Color HEX #14B770 Mountain Meadow

📋 copy color: '#14B770'

red 20 ◦ green 183 ◦ blue 112

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

Shades of Mountain Meadow #14B770

Tints of Mountain Meadow #14B770

RGB

 RED value IS 20 (8.2% from 255) = 6.35%

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

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

R = 6.35%
G = 58.1%
B = 35.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#14B770 (or 0x14B770) is known color: Mountain Meadow. HEX triplet: 14, B7 and 70. RGB value is (20,183,112). Sum of RGB (Red+Green+Blue) = 20+183+112=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #14B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B770 is #EB488F. Grayscale: #7E7E7E. Windows color (decimal): -15419536 or 7386900. OLE color: 7386900.

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

Color convert

RGB 20 183 112 -
CMYK 0.89 0 0.39 0.28
HSL 153.87º 0.8% 0.4% -
HSV(B) 153.87º 0.89% 0.72% -
XYZ 20.15 35.19 21.06 -
YUV 126.17 120 52.27 -
System Red Green Blue C M Y K H S L
Decimal 20 183 112 0.89 0 0.39 0.28 153.87 0.8 0.4
Hex 14 B7 70 59 0 27 1C 9A 50 28
Octal 24 267 160 131 0 47 34 232 120 50
Binary 10100 10110111 1110000 1011001 0 100111 11100 10011010 1010000 101000

Color Harmonies of #14B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B770

Black with #14B770

Text Example


Text Example

White with #14B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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