Html Css Color HEX #13D140 Malachite

📋 copy color: '#13D140'

red 19 ◦ green 209 ◦ blue 64

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

Shades of Malachite #13D140

Tints of Malachite #13D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.58%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 6.51%
G = 71.58%
B = 21.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#13D140 (or 0x13D140) is known color: Malachite. HEX triplet: 13, D1 and 40. RGB value is (19,209,64). Sum of RGB (Red+Green+Blue) = 19+209+64=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 209 (82.03% from 255 or 71.58% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 209 - color contains mainly: green. Hex color #13D140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D140 is #EC2EBF. Grayscale: #888888. Windows color (decimal): -15478464 or 4247827. OLE color: 4247827.

HSL color Cylindrical-coordinate representation of color #13D140: hue angle of 134.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D140 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 209 64 -
CMYK 0.91 0 0.69 0.18
HSL 134.21º 0.83% 0.45% -
HSV(B) 134.21º 0.91% 0.82% -
XYZ 23.99 46.11 12.49 -
YUV 135.66 87.55 44.79 -
System Red Green Blue C M Y K H S L
Decimal 19 209 64 0.91 0 0.69 0.18 134.21 0.83 0.45
Hex 13 D1 40 5B 0 45 12 86 53 2D
Octal 23 321 100 133 0 105 22 206 123 55
Binary 10011 11010001 1000000 1011011 0 1000101 10010 10000110 1010011 101101

Color Harmonies of #13D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D140

Black with #13D140

Text Example


Text Example

White with #13D140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,64); }

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

background-color css

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

 a { background-color: rgb(19,209,64); }

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

border-color css

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

 span { border-color: rgb(19,209,64); }

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