Html Css Color HEX #14D27D Mountain Meadow

📋 copy color: '#14D27D'

red 20 ◦ green 210 ◦ blue 125

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

Shades of Mountain Meadow #14D27D

Tints of Mountain Meadow #14D27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.15%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 5.63%
G = 59.15%
B = 35.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#14D27D (or 0x14D27D) is known color: Mountain Meadow. HEX triplet: 14, D2 and 7D. RGB value is (20,210,125). Sum of RGB (Red+Green+Blue) = 20+210+125=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #14D27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D27D is #EB2D82. Grayscale: #8F8F8F. Windows color (decimal): -15412611 or 8245780. OLE color: 8245780.

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

Color convert

RGB 20 210 125 -
CMYK 0.90 0 0.40 0.18
HSL 153.16º 0.83% 0.45% -
HSV(B) 153.16º 0.9% 0.82% -
XYZ 27.04 47.72 27.19 -
YUV 143.5 117.55 39.91 -
System Red Green Blue C M Y K H S L
Decimal 20 210 125 0.90 0 0.40 0.18 153.16 0.83 0.45
Hex 14 D2 7D 5A 0 28 12 99 53 2D
Octal 24 322 175 132 0 50 22 231 123 55
Binary 10100 11010010 1111101 1011010 0 101000 10010 10011001 1010011 101101

Color Harmonies of #14D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D27D

Black with #14D27D

Text Example


Text Example

White with #14D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,210,125); }

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

background-color css

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

 a { background-color: rgb(20,210,125); }

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

border-color css

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

 span { border-color: rgb(20,210,125); }

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