Html Css Color HEX #14C270 Mountain Meadow

📋 copy color: '#14C270'

red 20 ◦ green 194 ◦ blue 112

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

Shades of Mountain Meadow #14C270

Tints of Mountain Meadow #14C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.51%

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

R = 6.13%
G = 59.51%
B = 34.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#14C270 (or 0x14C270) is known color: Mountain Meadow. HEX triplet: 14, C2 and 70. RGB value is (20,194,112). Sum of RGB (Red+Green+Blue) = 20+194+112=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #14C270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C270 is #EB3D8F. Grayscale: #848484. Windows color (decimal): -15416720 or 7389716. OLE color: 7389716.

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

Color convert

RGB 20 194 112 -
CMYK 0.90 0 0.42 0.24
HSL 151.72º 0.81% 0.42% -
HSV(B) 151.72º 0.9% 0.76% -
XYZ 22.5 39.9 21.84 -
YUV 132.63 116.35 47.67 -
System Red Green Blue C M Y K H S L
Decimal 20 194 112 0.90 0 0.42 0.24 151.72 0.81 0.42
Hex 14 C2 70 5A 0 2A 18 98 51 2A
Octal 24 302 160 132 0 52 30 230 121 52
Binary 10100 11000010 1110000 1011010 0 101010 11000 10011000 1010001 101010

Color Harmonies of #14C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C270

Black with #14C270

Text Example


Text Example

White with #14C270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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