Html Css Color HEX #14C86E Mountain Meadow

📋 copy color: '#14C86E'

red 20 ◦ green 200 ◦ blue 110

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

Shades of Mountain Meadow #14C86E

Tints of Mountain Meadow #14C86E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.61%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 6.06%
G = 60.61%
B = 33.33%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#14C86E (or 0x14C86E) is known color: Mountain Meadow. HEX triplet: 14, C8 and 6E. RGB value is (20,200,110). Sum of RGB (Red+Green+Blue) = 20+200+110=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #14C86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C86E is #EB3791. Grayscale: #888888. Windows color (decimal): -15415186 or 7260180. OLE color: 7260180.

HSL color Cylindrical-coordinate representation of color #14C86E: hue angle of 150º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C86E is Cyan = 0.9, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 110 -
CMYK 0.9 0 0.45 0.22
HSL 150º 0.82% 0.43% -
HSV(B) 150º 0.9% 0.78% -
XYZ 23.76 42.58 21.72 -
YUV 135.92 113.37 45.32 -
System Red Green Blue C M Y K H S L
Decimal 20 200 110 0.9 0 0.45 0.22 150 0.82 0.43
Hex 14 C8 6E 5A 0 2D 16 96 52 2B
Octal 24 310 156 132 0 55 26 226 122 53
Binary 10100 11001000 1101110 1011010 0 101101 10110 10010110 1010010 101011

Color Harmonies of #14C86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C86E

Black with #14C86E

Text Example


Text Example

White with #14C86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,110); }

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

background-color css

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

 a { background-color: rgb(20,200,110); }

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

border-color css

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

 span { border-color: rgb(20,200,110); }

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