Html Css Color HEX #13AC85 Mountain Meadow

📋 copy color: '#13AC85'

red 19 ◦ green 172 ◦ blue 133

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

Shades of Mountain Meadow #13AC85

Tints of Mountain Meadow #13AC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 5.86%
G = 53.09%
B = 41.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#13AC85 (or 0x13AC85) is known color: Mountain Meadow. HEX triplet: 13, AC and 85. RGB value is (19,172,133). Sum of RGB (Red+Green+Blue) = 19+172+133=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AC85 is #EC537A. Grayscale: #797979. Windows color (decimal): -15487867 or 8760339. OLE color: 8760339.

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

Color convert

RGB 19 172 133 -
CMYK 0.89 0 0.23 0.33
HSL 164.71º 0.8% 0.37% -
HSV(B) 164.71º 0.89% 0.67% -
XYZ 19.25 31.34 27.22 -
YUV 121.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 19 172 133 0.89 0 0.23 0.33 164.71 0.8 0.37
Hex 13 AC 85 59 0 17 21 A5 50 25
Octal 23 254 205 131 0 27 41 245 120 45
Binary 10011 10101100 10000101 1011001 0 10111 100001 10100101 1010000 100101

Color Harmonies of #13AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC85

Black with #13AC85

Text Example


Text Example

White with #13AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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