Html Css Color HEX #13E072 Malachite

📋 copy color: '#13E072'

red 19 ◦ green 224 ◦ blue 114

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

Shades of Malachite #13E072

Tints of Malachite #13E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.75%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 5.32%
G = 62.75%
B = 31.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#13E072 (or 0x13E072) is known color: Malachite. HEX triplet: 13, E0 and 72. RGB value is (19,224,114). Sum of RGB (Red+Green+Blue) = 19+224+114=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #13E072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E072 is #EC1F8D. Grayscale: #969696. Windows color (decimal): -15474574 or 7528467. OLE color: 7528467.

HSL color Cylindrical-coordinate representation of color #13E072: hue angle of 147.8º 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 #13E072 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 114 -
CMYK 0.92 0 0.49 0.12
HSL 147.8º 0.84% 0.48% -
HSV(B) 147.8º 0.92% 0.88% -
XYZ 29.96 54.66 24.89 -
YUV 150.17 107.58 34.44 -
System Red Green Blue C M Y K H S L
Decimal 19 224 114 0.92 0 0.49 0.12 147.8 0.84 0.48
Hex 13 E0 72 5C 0 31 C 94 54 30
Octal 23 340 162 134 0 61 14 224 124 60
Binary 10011 11100000 1110010 1011100 0 110001 1100 10010100 1010100 110000

Color Harmonies of #13E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E072

Black with #13E072

Text Example


Text Example

White with #13E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,114); }

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

background-color css

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

 a { background-color: rgb(19,224,114); }

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

border-color css

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

 span { border-color: rgb(19,224,114); }

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