Html Css Color HEX #14C889 Mountain Meadow

📋 copy color: '#14C889'

red 20 ◦ green 200 ◦ blue 137

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

Shades of Mountain Meadow #14C889

Tints of Mountain Meadow #14C889

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.02%

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 5.6%
G = 56.02%
B = 38.38%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#14C889 (or 0x14C889) is known color: Mountain Meadow. HEX triplet: 14, C8 and 89. RGB value is (20,200,137). Sum of RGB (Red+Green+Blue) = 20+200+137=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #14C889 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C889 is #EB3776. Grayscale: #8B8B8B. Windows color (decimal): -15415159 or 9029652. OLE color: 9029652.

HSL color Cylindrical-coordinate representation of color #14C889: hue angle of 159º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C889 is Cyan = 0.9, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 137 -
CMYK 0.9 0 0.32 0.22
HSL 159º 0.82% 0.43% -
HSV(B) 159º 0.9% 0.78% -
XYZ 25.46 43.26 30.68 -
YUV 139 126.87 43.12 -
System Red Green Blue C M Y K H S L
Decimal 20 200 137 0.9 0 0.32 0.22 159 0.82 0.43
Hex 14 C8 89 5A 0 20 16 9F 52 2B
Octal 24 310 211 132 0 40 26 237 122 53
Binary 10100 11001000 10001001 1011010 0 100000 10110 10011111 1010010 101011

Color Harmonies of #14C889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C889

Black with #14C889

Text Example


Text Example

White with #14C889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,137); }

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

background-color css

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

 a { background-color: rgb(20,200,137); }

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

border-color css

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

 span { border-color: rgb(20,200,137); }

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