Html Css Color HEX #13C44F Malachite

📋 copy color: '#13C44F'

red 19 ◦ green 196 ◦ blue 79

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

Shades of Malachite #13C44F

Tints of Malachite #13C44F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.67%

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

R = 6.46%
G = 66.67%
B = 26.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#13C44F (or 0x13C44F) is known color: Malachite. HEX triplet: 13, C4 and 4F. RGB value is (19,196,79). Sum of RGB (Red+Green+Blue) = 19+196+79=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #13C44F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C44F is #EC3BB0. Grayscale: #828282. Windows color (decimal): -15481777 or 5227539. OLE color: 5227539.

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

Color convert

RGB 19 196 79 -
CMYK 0.90 0 0.60 0.23
HSL 140.34º 0.82% 0.42% -
HSV(B) 140.34º 0.9% 0.77% -
XYZ 21.42 40.18 14.02 -
YUV 129.74 99.36 49.01 -
System Red Green Blue C M Y K H S L
Decimal 19 196 79 0.90 0 0.60 0.23 140.34 0.82 0.42
Hex 13 C4 4F 5A 0 3C 17 8C 52 2A
Octal 23 304 117 132 0 74 27 214 122 52
Binary 10011 11000100 1001111 1011010 0 111100 10111 10001100 1010010 101010

Color Harmonies of #13C44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C44F

Black with #13C44F

Text Example


Text Example

White with #13C44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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