Html Css Color HEX #13D96B Malachite

📋 copy color: '#13D96B'

red 19 ◦ green 217 ◦ blue 107

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

Shades of Malachite #13D96B

Tints of Malachite #13D96B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 5.54%
G = 63.27%
B = 31.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#13D96B (or 0x13D96B) is known color: Malachite. HEX triplet: 13, D9 and 6B. RGB value is (19,217,107). Sum of RGB (Red+Green+Blue) = 19+217+107=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #13D96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D96B is #EC2694. Grayscale: #919191. Windows color (decimal): -15476373 or 7067923. OLE color: 7067923.

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

Color convert

RGB 19 217 107 -
CMYK 0.91 0 0.51 0.15
HSL 146.67º 0.84% 0.46% -
HSV(B) 146.67º 0.91% 0.85% -
XYZ 27.74 50.83 22.26 -
YUV 145.26 106.4 37.94 -
System Red Green Blue C M Y K H S L
Decimal 19 217 107 0.91 0 0.51 0.15 146.67 0.84 0.46
Hex 13 D9 6B 5B 0 33 F 93 54 2E
Octal 23 331 153 133 0 63 17 223 124 56
Binary 10011 11011001 1101011 1011011 0 110011 1111 10010011 1010100 101110

Color Harmonies of #13D96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D96B

Black with #13D96B

Text Example


Text Example

White with #13D96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,217,107); }

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

background-color css

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

 a { background-color: rgb(19,217,107); }

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

border-color css

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

 span { border-color: rgb(19,217,107); }

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