Html Css Color HEX #14CE72 Mountain Meadow

📋 copy color: '#14CE72'

red 20 ◦ green 206 ◦ blue 114

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

Shades of Mountain Meadow #14CE72

Tints of Mountain Meadow #14CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.59%

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

R = 5.88%
G = 60.59%
B = 33.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#14CE72 (or 0x14CE72) is known color: Mountain Meadow. HEX triplet: 14, CE and 72. RGB value is (20,206,114). Sum of RGB (Red+Green+Blue) = 20+206+114=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 206 (80.86% from 255 or 60.59% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE72 is #EB318D. Grayscale: #8C8C8C. Windows color (decimal): -15413646 or 7523860. OLE color: 7523860.

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

Color convert

RGB 20 206 114 -
CMYK 0.90 0 0.45 0.19
HSL 150.32º 0.82% 0.44% -
HSV(B) 150.32º 0.9% 0.81% -
XYZ 25.4 45.51 23.36 -
YUV 139.9 113.38 42.48 -
System Red Green Blue C M Y K H S L
Decimal 20 206 114 0.90 0 0.45 0.19 150.32 0.82 0.44
Hex 14 CE 72 5A 0 2D 13 96 52 2C
Octal 24 316 162 132 0 55 23 226 122 54
Binary 10100 11001110 1110010 1011010 0 101101 10011 10010110 1010010 101100

Color Harmonies of #14CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE72

Black with #14CE72

Text Example


Text Example

White with #14CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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