Html Css Color HEX #13E164 Malachite

📋 copy color: '#13E164'

red 19 ◦ green 225 ◦ blue 100

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

Shades of Malachite #13E164

Tints of Malachite #13E164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.41%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 5.52%
G = 65.41%
B = 29.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#13E164 (or 0x13E164) is known color: Malachite. HEX triplet: 13, E1 and 64. RGB value is (19,225,100). Sum of RGB (Red+Green+Blue) = 19+225+100=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #13E164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E164 is #EC1E9B. Grayscale: #959595. Windows color (decimal): -15474332 or 6611219. OLE color: 6611219.

HSL color Cylindrical-coordinate representation of color #13E164: hue angle of 143.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E164 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 225 100 -
CMYK 0.92 0 0.56 0.12
HSL 143.59º 0.84% 0.48% -
HSV(B) 143.59º 0.92% 0.88% -
XYZ 29.49 54.91 21.1 -
YUV 149.16 100.25 35.16 -
System Red Green Blue C M Y K H S L
Decimal 19 225 100 0.92 0 0.56 0.12 143.59 0.84 0.48
Hex 13 E1 64 5C 0 38 C 90 54 30
Octal 23 341 144 134 0 70 14 220 124 60
Binary 10011 11100001 1100100 1011100 0 111000 1100 10010000 1010100 110000

Color Harmonies of #13E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E164

Black with #13E164

Text Example


Text Example

White with #13E164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,225,100); }

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

background-color css

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

 a { background-color: rgb(19,225,100); }

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

border-color css

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

 span { border-color: rgb(19,225,100); }

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