Html Css Color HEX #13AC7C Mountain Meadow

📋 copy color: '#13AC7C'

red 19 ◦ green 172 ◦ blue 124

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

Shades of Mountain Meadow #13AC7C

Tints of Mountain Meadow #13AC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.6%

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

R = 6.03%
G = 54.6%
B = 39.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#13AC7C (or 0x13AC7C) is known color: Mountain Meadow. HEX triplet: 13, AC and 7C. RGB value is (19,172,124). Sum of RGB (Red+Green+Blue) = 19+172+124=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC7C is #EC5383. Grayscale: #787878. Windows color (decimal): -15487876 or 8170515. OLE color: 8170515.

HSL color Cylindrical-coordinate representation of color #13AC7C: hue angle of 161.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC7C is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 124 -
CMYK 0.89 0 0.28 0.33
HSL 161.18º 0.8% 0.37% -
HSV(B) 161.18º 0.89% 0.67% -
XYZ 18.66 31.1 24.09 -
YUV 120.78 129.81 55.4 -
System Red Green Blue C M Y K H S L
Decimal 19 172 124 0.89 0 0.28 0.33 161.18 0.8 0.37
Hex 13 AC 7C 59 0 1C 21 A1 50 25
Octal 23 254 174 131 0 34 41 241 120 45
Binary 10011 10101100 1111100 1011001 0 11100 100001 10100001 1010000 100101

Color Harmonies of #13AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC7C

Black with #13AC7C

Text Example


Text Example

White with #13AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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