Html Css Color HEX #14C072 Mountain Meadow

📋 copy color: '#14C072'

red 20 ◦ green 192 ◦ blue 114

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

Shades of Mountain Meadow #14C072

Tints of Mountain Meadow #14C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 6.13%
G = 58.9%
B = 34.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#14C072 (or 0x14C072) is known color: Mountain Meadow. HEX triplet: 14, C0 and 72. RGB value is (20,192,114). Sum of RGB (Red+Green+Blue) = 20+192+114=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #14C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C072 is #EB3F8D. Grayscale: #838383. Windows color (decimal): -15417230 or 7520276. OLE color: 7520276.

HSL color Cylindrical-coordinate representation of color #14C072: hue angle of 152.79º 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 #14C072 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 114 -
CMYK 0.90 0 0.41 0.25
HSL 152.79º 0.81% 0.42% -
HSV(B) 152.79º 0.9% 0.75% -
XYZ 22.18 39.06 22.29 -
YUV 131.68 118.02 48.34 -
System Red Green Blue C M Y K H S L
Decimal 20 192 114 0.90 0 0.41 0.25 152.79 0.81 0.42
Hex 14 C0 72 5A 0 29 19 99 51 2A
Octal 24 300 162 132 0 51 31 231 121 52
Binary 10100 11000000 1110010 1011010 0 101001 11001 10011001 1010001 101010

Color Harmonies of #14C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C072

Black with #14C072

Text Example


Text Example

White with #14C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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