Html Css Color HEX #14C589 Mountain Meadow

📋 copy color: '#14C589'

red 20 ◦ green 197 ◦ blue 137

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

Shades of Mountain Meadow #14C589

Tints of Mountain Meadow #14C589

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.65%

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

R = 5.65%
G = 55.65%
B = 38.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#14C589 (or 0x14C589) is known color: Mountain Meadow. HEX triplet: 14, C5 and 89. RGB value is (20,197,137). Sum of RGB (Red+Green+Blue) = 20+197+137=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #14C589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C589 is #EB3A76. Grayscale: #898989. Windows color (decimal): -15415927 or 9028884. OLE color: 9028884.

HSL color Cylindrical-coordinate representation of color #14C589: hue angle of 159.66º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C589 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 137 -
CMYK 0.90 0 0.30 0.23
HSL 159.66º 0.82% 0.43% -
HSV(B) 159.66º 0.9% 0.77% -
XYZ 24.77 41.89 30.45 -
YUV 137.24 127.86 44.38 -
System Red Green Blue C M Y K H S L
Decimal 20 197 137 0.90 0 0.30 0.23 159.66 0.82 0.43
Hex 14 C5 89 5A 0 1E 17 A0 52 2B
Octal 24 305 211 132 0 36 27 240 122 53
Binary 10100 11000101 10001001 1011010 0 11110 10111 10100000 1010010 101011

Color Harmonies of #14C589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C589

Black with #14C589

Text Example


Text Example

White with #14C589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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