Html Css Color HEX #13C182 Mountain Meadow

📋 copy color: '#13C182'

red 19 ◦ green 193 ◦ blue 130

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

Shades of Mountain Meadow #13C182

Tints of Mountain Meadow #13C182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 5.56%
G = 56.43%
B = 38.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#13C182 (or 0x13C182) is known color: Mountain Meadow. HEX triplet: 13, C1 and 82. RGB value is (19,193,130). Sum of RGB (Red+Green+Blue) = 19+193+130=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #13C182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C182 is #EC3E7D. Grayscale: #858585. Windows color (decimal): -15482494 or 8569107. OLE color: 8569107.

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

Color convert

RGB 19 193 130 -
CMYK 0.90 0 0.33 0.24
HSL 158.28º 0.82% 0.42% -
HSV(B) 158.28º 0.9% 0.76% -
XYZ 23.37 39.89 27.59 -
YUV 133.79 125.85 46.12 -
System Red Green Blue C M Y K H S L
Decimal 19 193 130 0.90 0 0.33 0.24 158.28 0.82 0.42
Hex 13 C1 82 5A 0 21 18 9E 52 2A
Octal 23 301 202 132 0 41 30 236 122 52
Binary 10011 11000001 10000010 1011010 0 100001 11000 10011110 1010010 101010

Color Harmonies of #13C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C182

Black with #13C182

Text Example


Text Example

White with #13C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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