Html Css Color HEX #14C374 Mountain Meadow

📋 copy color: '#14C374'

red 20 ◦ green 195 ◦ blue 116

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

Shades of Mountain Meadow #14C374

Tints of Mountain Meadow #14C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.91%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 6.04%
G = 58.91%
B = 35.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#14C374 (or 0x14C374) is known color: Mountain Meadow. HEX triplet: 14, C3 and 74. RGB value is (20,195,116). Sum of RGB (Red+Green+Blue) = 20+195+116=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #14C374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C374 is #EB3C8B. Grayscale: #858585. Windows color (decimal): -15416460 or 7652116. OLE color: 7652116.

HSL color Cylindrical-coordinate representation of color #14C374: hue angle of 152.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C374 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 195 116 -
CMYK 0.90 0 0.41 0.24
HSL 152.91º 0.81% 0.42% -
HSV(B) 152.91º 0.9% 0.76% -
XYZ 22.96 40.44 23.12 -
YUV 133.67 118.02 46.92 -
System Red Green Blue C M Y K H S L
Decimal 20 195 116 0.90 0 0.41 0.24 152.91 0.81 0.42
Hex 14 C3 74 5A 0 29 18 99 51 2A
Octal 24 303 164 132 0 51 30 231 121 52
Binary 10100 11000011 1110100 1011010 0 101001 11000 10011001 1010001 101010

Color Harmonies of #14C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C374

Black with #14C374

Text Example


Text Example

White with #14C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,116); }

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

background-color css

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

 a { background-color: rgb(20,195,116); }

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

border-color css

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

 span { border-color: rgb(20,195,116); }

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