Html Css Color HEX #14C86D Mountain Meadow

📋 copy color: '#14C86D'

red 20 ◦ green 200 ◦ blue 109

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

Shades of Mountain Meadow #14C86D

Tints of Mountain Meadow #14C86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 6.08%
G = 60.79%
B = 33.13%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#14C86D (or 0x14C86D) is known color: Mountain Meadow. HEX triplet: 14, C8 and 6D. RGB value is (20,200,109). Sum of RGB (Red+Green+Blue) = 20+200+109=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #14C86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C86D is #EB3792. Grayscale: #878787. Windows color (decimal): -15415187 or 7194644. OLE color: 7194644.

HSL color Cylindrical-coordinate representation of color #14C86D: hue angle of 149.67º 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 #14C86D is Cyan = 0.9, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 109 -
CMYK 0.9 0 0.46 0.22
HSL 149.67º 0.82% 0.43% -
HSV(B) 149.67º 0.9% 0.78% -
XYZ 23.7 42.56 21.43 -
YUV 135.81 112.87 45.4 -
System Red Green Blue C M Y K H S L
Decimal 20 200 109 0.9 0 0.46 0.22 149.67 0.82 0.43
Hex 14 C8 6D 5A 0 2E 16 96 52 2B
Octal 24 310 155 132 0 56 26 226 122 53
Binary 10100 11001000 1101101 1011010 0 101110 10110 10010110 1010010 101011

Color Harmonies of #14C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C86D

Black with #14C86D

Text Example


Text Example

White with #14C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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