Html Css Color HEX #14B970 Mountain Meadow

📋 copy color: '#14B970'

red 20 ◦ green 185 ◦ blue 112

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

Shades of Mountain Meadow #14B970

Tints of Mountain Meadow #14B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

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

R = 6.31%
G = 58.36%
B = 35.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#14B970 (or 0x14B970) is known color: Mountain Meadow. HEX triplet: 14, B9 and 70. RGB value is (20,185,112). Sum of RGB (Red+Green+Blue) = 20+185+112=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #14B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B970 is #EB468F. Grayscale: #7F7F7F. Windows color (decimal): -15419024 or 7387412. OLE color: 7387412.

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

Color convert

RGB 20 185 112 -
CMYK 0.89 0 0.39 0.27
HSL 153.45º 0.8% 0.4% -
HSV(B) 153.45º 0.89% 0.73% -
XYZ 20.56 36.02 21.2 -
YUV 127.34 119.34 51.44 -
System Red Green Blue C M Y K H S L
Decimal 20 185 112 0.89 0 0.39 0.27 153.45 0.8 0.4
Hex 14 B9 70 59 0 27 1B 99 50 28
Octal 24 271 160 131 0 47 33 231 120 50
Binary 10100 10111001 1110000 1011001 0 100111 11011 10011001 1010000 101000

Color Harmonies of #14B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B970

Black with #14B970

Text Example


Text Example

White with #14B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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