Html Css Color HEX #14CC71 Mountain Meadow

📋 copy color: '#14CC71'

red 20 ◦ green 204 ◦ blue 113

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

Shades of Mountain Meadow #14CC71

Tints of Mountain Meadow #14CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.53%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 5.93%
G = 60.53%
B = 33.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#14CC71 (or 0x14CC71) is known color: Mountain Meadow. HEX triplet: 14, CC and 71. RGB value is (20,204,113). Sum of RGB (Red+Green+Blue) = 20+204+113=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC71 is #EB338E. Grayscale: #8A8A8A. Windows color (decimal): -15414159 or 7457812. OLE color: 7457812.

HSL color Cylindrical-coordinate representation of color #14CC71: hue angle of 150.33º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC71 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 113 -
CMYK 0.90 0 0.45 0.2
HSL 150.33º 0.82% 0.44% -
HSV(B) 150.33º 0.9% 0.8% -
XYZ 24.86 44.53 22.91 -
YUV 138.61 113.54 43.4 -
System Red Green Blue C M Y K H S L
Decimal 20 204 113 0.90 0 0.45 0.2 150.33 0.82 0.44
Hex 14 CC 71 5A 0 2D 14 96 52 2C
Octal 24 314 161 132 0 55 24 226 122 54
Binary 10100 11001100 1110001 1011010 0 101101 10100 10010110 1010010 101100

Color Harmonies of #14CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC71

Black with #14CC71

Text Example


Text Example

White with #14CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,113); }

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

background-color css

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

 a { background-color: rgb(20,204,113); }

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

border-color css

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

 span { border-color: rgb(20,204,113); }

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