Html Css Color HEX #13C191 Mountain Meadow

📋 copy color: '#13C191'

red 19 ◦ green 193 ◦ blue 145

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

Shades of Mountain Meadow #13C191

Tints of Mountain Meadow #13C191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 5.32%
G = 54.06%
B = 40.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#13C191 (or 0x13C191) is known color: Mountain Meadow. HEX triplet: 13, C1 and 91. RGB value is (19,193,145). Sum of RGB (Red+Green+Blue) = 19+193+145=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #13C191 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C191 is #EC3E6E. Grayscale: #878787. Windows color (decimal): -15482479 or 9552147. OLE color: 9552147.

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

Color convert

RGB 19 193 145 -
CMYK 0.90 0 0.25 0.24
HSL 163.45º 0.82% 0.42% -
HSV(B) 163.45º 0.9% 0.76% -
XYZ 24.45 40.32 33.28 -
YUV 135.5 133.35 44.9 -
System Red Green Blue C M Y K H S L
Decimal 19 193 145 0.90 0 0.25 0.24 163.45 0.82 0.42
Hex 13 C1 91 5A 0 19 18 A3 52 2A
Octal 23 301 221 132 0 31 30 243 122 52
Binary 10011 11000001 10010001 1011010 0 11001 11000 10100011 1010010 101010

Color Harmonies of #13C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C191

Black with #13C191

Text Example


Text Example

White with #13C191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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