Html Css Color HEX #13C175 Mountain Meadow

📋 copy color: '#13C175'

red 19 ◦ green 193 ◦ blue 117

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

Shades of Mountain Meadow #13C175

Tints of Mountain Meadow #13C175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 5.78%
G = 58.66%
B = 35.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#13C175 (or 0x13C175) is known color: Mountain Meadow. HEX triplet: 13, C1 and 75. RGB value is (19,193,117). Sum of RGB (Red+Green+Blue) = 19+193+117=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #13C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C175 is #EC3E8A. Grayscale: #848484. Windows color (decimal): -15482507 or 7717139. OLE color: 7717139.

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

Color convert

RGB 19 193 117 -
CMYK 0.90 0 0.39 0.24
HSL 153.79º 0.82% 0.42% -
HSV(B) 153.79º 0.9% 0.76% -
XYZ 22.55 39.56 23.28 -
YUV 132.31 119.35 47.18 -
System Red Green Blue C M Y K H S L
Decimal 19 193 117 0.90 0 0.39 0.24 153.79 0.82 0.42
Hex 13 C1 75 5A 0 27 18 9A 52 2A
Octal 23 301 165 132 0 47 30 232 122 52
Binary 10011 11000001 1110101 1011010 0 100111 11000 10011010 1010010 101010

Color Harmonies of #13C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C175

Black with #13C175

Text Example


Text Example

White with #13C175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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