Html Css Color HEX #13C171 Mountain Meadow

📋 copy color: '#13C171'

red 19 ◦ green 193 ◦ blue 113

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

Shades of Mountain Meadow #13C171

Tints of Mountain Meadow #13C171

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.38%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 5.85%
G = 59.38%
B = 34.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#13C171 (or 0x13C171) is known color: Mountain Meadow. HEX triplet: 13, C1 and 71. RGB value is (19,193,113). Sum of RGB (Red+Green+Blue) = 19+193+113=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #13C171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C171 is #EC3E8E. Grayscale: #848484. Windows color (decimal): -15482511 or 7454995. OLE color: 7454995.

HSL color Cylindrical-coordinate representation of color #13C171: hue angle of 152.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C171 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 113 -
CMYK 0.90 0 0.41 0.24
HSL 152.41º 0.82% 0.42% -
HSV(B) 152.41º 0.9% 0.76% -
XYZ 22.32 39.47 22.07 -
YUV 131.85 117.35 47.5 -
System Red Green Blue C M Y K H S L
Decimal 19 193 113 0.90 0 0.41 0.24 152.41 0.82 0.42
Hex 13 C1 71 5A 0 29 18 98 52 2A
Octal 23 301 161 132 0 51 30 230 122 52
Binary 10011 11000001 1110001 1011010 0 101001 11000 10011000 1010010 101010

Color Harmonies of #13C171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C171

Black with #13C171

Text Example


Text Example

White with #13C171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,113); }

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

background-color css

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

 a { background-color: rgb(19,193,113); }

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

border-color css

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

 span { border-color: rgb(19,193,113); }

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