Html Css Color HEX #13A57E Mountain Meadow

📋 copy color: '#13A57E'

red 19 ◦ green 165 ◦ blue 126

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

Shades of Mountain Meadow #13A57E

Tints of Mountain Meadow #13A57E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.23%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 6.13%
G = 53.23%
B = 40.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#13A57E (or 0x13A57E) is known color: Mountain Meadow. HEX triplet: 13, A5 and 7E. RGB value is (19,165,126). Sum of RGB (Red+Green+Blue) = 19+165+126=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #13A57E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A57E is #EC5A81. Grayscale: #747474. Windows color (decimal): -15489666 or 8299795. OLE color: 8299795.

HSL color Cylindrical-coordinate representation of color #13A57E: hue angle of 163.97º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A57E is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 165 126 -
CMYK 0.88 0 0.24 0.35
HSL 163.97º 0.79% 0.36% -
HSV(B) 163.97º 0.88% 0.65% -
XYZ 17.49 28.56 24.33 -
YUV 116.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 19 165 126 0.88 0 0.24 0.35 163.97 0.79 0.36
Hex 13 A5 7E 58 0 18 23 A4 4F 24
Octal 23 245 176 130 0 30 43 244 117 44
Binary 10011 10100101 1111110 1011000 0 11000 100011 10100100 1001111 100100

Color Harmonies of #13A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A57E

Black with #13A57E

Text Example


Text Example

White with #13A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,165,126); }

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

background-color css

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

 a { background-color: rgb(19,165,126); }

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

border-color css

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

 span { border-color: rgb(19,165,126); }

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