Html Css Color HEX #14D27F Mountain Meadow

📋 copy color: '#14D27F'

red 20 ◦ green 210 ◦ blue 127

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

Shades of Mountain Meadow #14D27F

Tints of Mountain Meadow #14D27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 5.6%
G = 58.82%
B = 35.57%

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

#14D27F (or 0x14D27F) is known color: Mountain Meadow. HEX triplet: 14, D2 and 7F. RGB value is (20,210,127). Sum of RGB (Red+Green+Blue) = 20+210+127=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #14D27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D27F is #EB2D80. Grayscale: #8F8F8F. Windows color (decimal): -15412609 or 8376852. OLE color: 8376852.

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

Color convert

RGB 20 210 127 -
CMYK 0.90 0 0.40 0.18
HSL 153.79º 0.83% 0.45% -
HSV(B) 153.79º 0.9% 0.82% -
XYZ 27.17 47.77 27.87 -
YUV 143.73 118.55 39.75 -
System Red Green Blue C M Y K H S L
Decimal 20 210 127 0.90 0 0.40 0.18 153.79 0.83 0.45
Hex 14 D2 7F 5A 0 28 12 9A 53 2D
Octal 24 322 177 132 0 50 22 232 123 55
Binary 10100 11010010 1111111 1011010 0 101000 10010 10011010 1010011 101101

Color Harmonies of #14D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D27F

Black with #14D27F

Text Example


Text Example

White with #14D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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