Html Css Color HEX #13D47C Mountain Meadow

📋 copy color: '#13D47C'

red 19 ◦ green 212 ◦ blue 124

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

Shades of Mountain Meadow #13D47C

Tints of Mountain Meadow #13D47C

RGB

 RED value IS 19 (7.81% from 255) = 5.35%

 GREEN value IS 212 (83.2% from 255) = 59.72%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 5.35%
G = 59.72%
B = 34.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#13D47C (or 0x13D47C) is known color: Mountain Meadow. HEX triplet: 13, D4 and 7C. RGB value is (19,212,124). Sum of RGB (Red+Green+Blue) = 19+212+124=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #13D47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D47C is #EC2B83. Grayscale: #909090. Windows color (decimal): -15477636 or 8180755. OLE color: 8180755.

HSL color Cylindrical-coordinate representation of color #13D47C: hue angle of 152.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D47C is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 212 124 -
CMYK 0.91 0 0.42 0.17
HSL 152.64º 0.84% 0.45% -
HSV(B) 152.64º 0.91% 0.83% -
XYZ 27.45 48.68 27.02 -
YUV 144.26 116.56 38.66 -
System Red Green Blue C M Y K H S L
Decimal 19 212 124 0.91 0 0.42 0.17 152.64 0.84 0.45
Hex 13 D4 7C 5B 0 2A 11 99 54 2D
Octal 23 324 174 133 0 52 21 231 124 55
Binary 10011 11010100 1111100 1011011 0 101010 10001 10011001 1010100 101101

Color Harmonies of #13D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D47C

Black with #13D47C

Text Example


Text Example

White with #13D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13D47C; }

 p { color: rgb(19,212,124); }

 H1.HeaderClassName
 {
   color: #13D47C;
 }
 .AnyTagClassName
 {
   color: #13D47C;
 }
</style>

background-color css

<style>
 a { background-color: #13D47C; }

 a { background-color: rgb(19,212,124); }

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

border-color css

<style>
 span { border-color: #13D47C; }

 span { border-color: rgb(19,212,124); }

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