Html Css Color HEX #13C64F Malachite

📋 copy color: '#13C64F'

red 19 ◦ green 198 ◦ blue 79

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

Shades of Malachite #13C64F

Tints of Malachite #13C64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.89%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 6.42%
G = 66.89%
B = 26.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#13C64F (or 0x13C64F) is known color: Malachite. HEX triplet: 13, C6 and 4F. RGB value is (19,198,79). Sum of RGB (Red+Green+Blue) = 19+198+79=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 198 (77.73% from 255 or 66.89% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 198 - color contains mainly: green. Hex color #13C64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C64F is #EC39B0. Grayscale: #838383. Windows color (decimal): -15481265 or 5228051. OLE color: 5228051.

HSL color Cylindrical-coordinate representation of color #13C64F: hue angle of 140.11º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C64F is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 79 -
CMYK 0.90 0 0.60 0.22
HSL 140.11º 0.82% 0.43% -
HSV(B) 140.11º 0.9% 0.78% -
XYZ 21.87 41.09 14.18 -
YUV 130.91 98.7 48.18 -
System Red Green Blue C M Y K H S L
Decimal 19 198 79 0.90 0 0.60 0.22 140.11 0.82 0.43
Hex 13 C6 4F 5A 0 3C 16 8C 52 2B
Octal 23 306 117 132 0 74 26 214 122 53
Binary 10011 11000110 1001111 1011010 0 111100 10110 10001100 1010010 101011

Color Harmonies of #13C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C64F

Black with #13C64F

Text Example


Text Example

White with #13C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,79); }

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

background-color css

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

 a { background-color: rgb(19,198,79); }

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

border-color css

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

 span { border-color: rgb(19,198,79); }

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