Html Css Color HEX #13C164 Malachite

📋 copy color: '#13C164'

red 19 ◦ green 193 ◦ blue 100

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

Shades of Malachite #13C164

Tints of Malachite #13C164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 6.09%
G = 61.86%
B = 32.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#13C164 (or 0x13C164) is known color: Malachite. HEX triplet: 13, C1 and 64. RGB value is (19,193,100). Sum of RGB (Red+Green+Blue) = 19+193+100=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #13C164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C164 is #EC3E9B. Grayscale: #828282. Windows color (decimal): -15482524 or 6603027. OLE color: 6603027.

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

Color convert

RGB 19 193 100 -
CMYK 0.90 0 0.48 0.24
HSL 147.93º 0.82% 0.42% -
HSV(B) 147.93º 0.9% 0.76% -
XYZ 21.64 39.2 18.48 -
YUV 130.37 110.85 48.56 -
System Red Green Blue C M Y K H S L
Decimal 19 193 100 0.90 0 0.48 0.24 147.93 0.82 0.42
Hex 13 C1 64 5A 0 30 18 94 52 2A
Octal 23 301 144 132 0 60 30 224 122 52
Binary 10011 11000001 1100100 1011010 0 110000 11000 10010100 1010010 101010

Color Harmonies of #13C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C164

Black with #13C164

Text Example


Text Example

White with #13C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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