Html Css Color HEX #13D76C Malachite

📋 copy color: '#13D76C'

red 19 ◦ green 215 ◦ blue 108

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

Shades of Malachite #13D76C

Tints of Malachite #13D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.87%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 5.56%
G = 62.87%
B = 31.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#13D76C (or 0x13D76C) is known color: Malachite. HEX triplet: 13, D7 and 6C. RGB value is (19,215,108). Sum of RGB (Red+Green+Blue) = 19+215+108=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #13D76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D76C is #EC2893. Grayscale: #909090. Windows color (decimal): -15476884 or 7132947. OLE color: 7132947.

HSL color Cylindrical-coordinate representation of color #13D76C: hue angle of 147.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D76C is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 215 108 -
CMYK 0.91 0 0.50 0.16
HSL 147.24º 0.84% 0.46% -
HSV(B) 147.24º 0.91% 0.84% -
XYZ 27.28 49.82 22.37 -
YUV 144.2 107.57 38.7 -
System Red Green Blue C M Y K H S L
Decimal 19 215 108 0.91 0 0.50 0.16 147.24 0.84 0.46
Hex 13 D7 6C 5B 0 32 10 93 54 2E
Octal 23 327 154 133 0 62 20 223 124 56
Binary 10011 11010111 1101100 1011011 0 110010 10000 10010011 1010100 101110

Color Harmonies of #13D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D76C

Black with #13D76C

Text Example


Text Example

White with #13D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,215,108); }

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

background-color css

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

 a { background-color: rgb(19,215,108); }

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

border-color css

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

 span { border-color: rgb(19,215,108); }

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