Html Css Color HEX #14CC87 Mountain Meadow

📋 copy color: '#14CC87'

red 20 ◦ green 204 ◦ blue 135

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

Shades of Mountain Meadow #14CC87

Tints of Mountain Meadow #14CC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 5.57%
G = 56.82%
B = 37.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#14CC87 (or 0x14CC87) is known color: Mountain Meadow. HEX triplet: 14, CC and 87. RGB value is (20,204,135). Sum of RGB (Red+Green+Blue) = 20+204+135=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC87 is #EB3378. Grayscale: #8D8D8D. Windows color (decimal): -15414137 or 8899604. OLE color: 8899604.

HSL color Cylindrical-coordinate representation of color #14CC87: hue angle of 157.5º 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 #14CC87 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 135 -
CMYK 0.90 0 0.34 0.2
HSL 157.5º 0.82% 0.44% -
HSV(B) 157.5º 0.9% 0.8% -
XYZ 26.25 45.08 30.24 -
YUV 141.12 124.54 41.61 -
System Red Green Blue C M Y K H S L
Decimal 20 204 135 0.90 0 0.34 0.2 157.5 0.82 0.44
Hex 14 CC 87 5A 0 22 14 9E 52 2C
Octal 24 314 207 132 0 42 24 236 122 54
Binary 10100 11001100 10000111 1011010 0 100010 10100 10011110 1010010 101100

Color Harmonies of #14CC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC87

Black with #14CC87

Text Example


Text Example

White with #14CC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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