Html Css Color HEX #13C15F Malachite

📋 copy color: '#13C15F'

red 19 ◦ green 193 ◦ blue 95

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

Shades of Malachite #13C15F

Tints of Malachite #13C15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 6.19%
G = 62.87%
B = 30.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#13C15F (or 0x13C15F) is known color: Malachite. HEX triplet: 13, C1 and 5F. RGB value is (19,193,95). Sum of RGB (Red+Green+Blue) = 19+193+95=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #13C15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C15F is #EC3EA0. Grayscale: #828282. Windows color (decimal): -15482529 or 6275347. OLE color: 6275347.

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

Color convert

RGB 19 193 95 -
CMYK 0.90 0 0.51 0.24
HSL 146.21º 0.82% 0.42% -
HSV(B) 146.21º 0.9% 0.76% -
XYZ 21.4 39.1 17.25 -
YUV 129.8 108.35 48.97 -
System Red Green Blue C M Y K H S L
Decimal 19 193 95 0.90 0 0.51 0.24 146.21 0.82 0.42
Hex 13 C1 5F 5A 0 33 18 92 52 2A
Octal 23 301 137 132 0 63 30 222 122 52
Binary 10011 11000001 1011111 1011010 0 110011 11000 10010010 1010010 101010

Color Harmonies of #13C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C15F

Black with #13C15F

Text Example


Text Example

White with #13C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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