Html Css Color HEX #13C170 Mountain Meadow

📋 copy color: '#13C170'

red 19 ◦ green 193 ◦ blue 112

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

Shades of Mountain Meadow #13C170

Tints of Mountain Meadow #13C170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 5.86%
G = 59.57%
B = 34.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#13C170 (or 0x13C170) is known color: Mountain Meadow. HEX triplet: 13, C1 and 70. RGB value is (19,193,112). Sum of RGB (Red+Green+Blue) = 19+193+112=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #13C170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C170 is #EC3E8F. Grayscale: #838383. Windows color (decimal): -15482512 or 7389459. OLE color: 7389459.

HSL color Cylindrical-coordinate representation of color #13C170: hue angle of 152.07º 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 #13C170 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 112 -
CMYK 0.90 0 0.42 0.24
HSL 152.07º 0.82% 0.42% -
HSV(B) 152.07º 0.9% 0.76% -
XYZ 22.26 39.45 21.77 -
YUV 131.74 116.85 47.59 -
System Red Green Blue C M Y K H S L
Decimal 19 193 112 0.90 0 0.42 0.24 152.07 0.82 0.42
Hex 13 C1 70 5A 0 2A 18 98 52 2A
Octal 23 301 160 132 0 52 30 230 122 52
Binary 10011 11000001 1110000 1011010 0 101010 11000 10011000 1010010 101010

Color Harmonies of #13C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C170

Black with #13C170

Text Example


Text Example

White with #13C170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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