Html Css Color HEX #13C190 Mountain Meadow

📋 copy color: '#13C190'

red 19 ◦ green 193 ◦ blue 144

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

Shades of Mountain Meadow #13C190

Tints of Mountain Meadow #13C190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 5.34%
G = 54.21%
B = 40.45%

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

#13C190 (or 0x13C190) is known color: Mountain Meadow. HEX triplet: 13, C1 and 90. RGB value is (19,193,144). Sum of RGB (Red+Green+Blue) = 19+193+144=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #13C190 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C190 is #EC3E6F. Grayscale: #878787. Windows color (decimal): -15482480 or 9486611. OLE color: 9486611.

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

Color convert

RGB 19 193 144 -
CMYK 0.90 0 0.25 0.24
HSL 163.1º 0.82% 0.42% -
HSV(B) 163.1º 0.9% 0.76% -
XYZ 24.37 40.29 32.88 -
YUV 135.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 19 193 144 0.90 0 0.25 0.24 163.1 0.82 0.42
Hex 13 C1 90 5A 0 19 18 A3 52 2A
Octal 23 301 220 132 0 31 30 243 122 52
Binary 10011 11000001 10010000 1011010 0 11001 11000 10100011 1010010 101010

Color Harmonies of #13C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C190

Black with #13C190

Text Example


Text Example

White with #13C190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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