Html Css Color HEX #14C885 Mountain Meadow

📋 copy color: '#14C885'

red 20 ◦ green 200 ◦ blue 133

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

Shades of Mountain Meadow #14C885

Tints of Mountain Meadow #14C885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 5.67%
G = 56.66%
B = 37.68%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#14C885 (or 0x14C885) is known color: Mountain Meadow. HEX triplet: 14, C8 and 85. RGB value is (20,200,133). Sum of RGB (Red+Green+Blue) = 20+200+133=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #14C885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C885 is #EB377A. Grayscale: #8A8A8A. Windows color (decimal): -15415163 or 8767508. OLE color: 8767508.

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

Color convert

RGB 20 200 133 -
CMYK 0.9 0 0.34 0.22
HSL 157.67º 0.82% 0.43% -
HSV(B) 157.67º 0.9% 0.78% -
XYZ 25.18 43.15 29.19 -
YUV 138.54 124.87 43.45 -
System Red Green Blue C M Y K H S L
Decimal 20 200 133 0.9 0 0.34 0.22 157.67 0.82 0.43
Hex 14 C8 85 5A 0 22 16 9E 52 2B
Octal 24 310 205 132 0 42 26 236 122 53
Binary 10100 11001000 10000101 1011010 0 100010 10110 10011110 1010010 101011

Color Harmonies of #14C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C885

Black with #14C885

Text Example


Text Example

White with #14C885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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