Html Css Color HEX #13AC7D Mountain Meadow

📋 copy color: '#13AC7D'

red 19 ◦ green 172 ◦ blue 125

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

Shades of Mountain Meadow #13AC7D

Tints of Mountain Meadow #13AC7D

RGB

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

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

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

R = 6.01%
G = 54.43%
B = 39.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#13AC7D (or 0x13AC7D) is known color: Mountain Meadow. HEX triplet: 13, AC and 7D. RGB value is (19,172,125). Sum of RGB (Red+Green+Blue) = 19+172+125=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC7D is #EC5382. Grayscale: #787878. Windows color (decimal): -15487875 or 8236051. OLE color: 8236051.

HSL color Cylindrical-coordinate representation of color #13AC7D: hue angle of 161.57º 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 #13AC7D is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 125 -
CMYK 0.89 0 0.27 0.33
HSL 161.57º 0.8% 0.37% -
HSV(B) 161.57º 0.89% 0.67% -
XYZ 18.72 31.12 24.42 -
YUV 120.9 130.31 55.32 -
System Red Green Blue C M Y K H S L
Decimal 19 172 125 0.89 0 0.27 0.33 161.57 0.8 0.37
Hex 13 AC 7D 59 0 1B 21 A2 50 25
Octal 23 254 175 131 0 33 41 242 120 45
Binary 10011 10101100 1111101 1011001 0 11011 100001 10100010 1010000 100101

Color Harmonies of #13AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC7D

Black with #13AC7D

Text Example


Text Example

White with #13AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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