Html Css Color HEX #14C070 Mountain Meadow

📋 copy color: '#14C070'

red 20 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #14C070

Tints of Mountain Meadow #14C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

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

R = 6.17%
G = 59.26%
B = 34.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#14C070 (or 0x14C070) is known color: Mountain Meadow. HEX triplet: 14, C0 and 70. RGB value is (20,192,112). Sum of RGB (Red+Green+Blue) = 20+192+112=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #14C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C070 is #EB3F8F. Grayscale: #838383. Windows color (decimal): -15417232 or 7389204. OLE color: 7389204.

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

Color convert

RGB 20 192 112 -
CMYK 0.90 0 0.42 0.25
HSL 152.09º 0.81% 0.42% -
HSV(B) 152.09º 0.9% 0.75% -
XYZ 22.06 39.02 21.7 -
YUV 131.45 117.02 48.5 -
System Red Green Blue C M Y K H S L
Decimal 20 192 112 0.90 0 0.42 0.25 152.09 0.81 0.42
Hex 14 C0 70 5A 0 2A 19 98 51 2A
Octal 24 300 160 132 0 52 31 230 121 52
Binary 10100 11000000 1110000 1011010 0 101010 11001 10011000 1010001 101010

Color Harmonies of #14C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C070

Black with #14C070

Text Example


Text Example

White with #14C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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