Html Css Color HEX #13AB7A Mountain Meadow

📋 copy color: '#13AB7A'

red 19 ◦ green 171 ◦ blue 122

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

Shades of Mountain Meadow #13AB7A

Tints of Mountain Meadow #13AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.81%

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 6.09%
G = 54.81%
B = 39.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#13AB7A (or 0x13AB7A) is known color: Mountain Meadow. HEX triplet: 13, AB and 7A. RGB value is (19,171,122). Sum of RGB (Red+Green+Blue) = 19+171+122=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB7A is #EC5485. Grayscale: #787878. Windows color (decimal): -15488134 or 8039187. OLE color: 8039187.

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

Color convert

RGB 19 171 122 -
CMYK 0.89 0 0.29 0.33
HSL 160.66º 0.8% 0.37% -
HSV(B) 160.66º 0.89% 0.67% -
XYZ 18.34 30.67 23.37 -
YUV 119.97 129.14 55.98 -
System Red Green Blue C M Y K H S L
Decimal 19 171 122 0.89 0 0.29 0.33 160.66 0.8 0.37
Hex 13 AB 7A 59 0 1D 21 A1 50 25
Octal 23 253 172 131 0 35 41 241 120 45
Binary 10011 10101011 1111010 1011001 0 11101 100001 10100001 1010000 100101

Color Harmonies of #13AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB7A

Black with #13AB7A

Text Example


Text Example

White with #13AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,122); }

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

background-color css

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

 a { background-color: rgb(19,171,122); }

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

border-color css

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

 span { border-color: rgb(19,171,122); }

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