Html Css Color HEX #13E069 Malachite

📋 copy color: '#13E069'

red 19 ◦ green 224 ◦ blue 105

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

Shades of Malachite #13E069

Tints of Malachite #13E069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 5.46%
G = 64.37%
B = 30.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#13E069 (or 0x13E069) is known color: Malachite. HEX triplet: 13, E0 and 69. RGB value is (19,224,105). Sum of RGB (Red+Green+Blue) = 19+224+105=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #13E069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E069 is #EC1F96. Grayscale: #959595. Windows color (decimal): -15474583 or 6938643. OLE color: 6938643.

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

Color convert

RGB 19 224 105 -
CMYK 0.92 0 0.53 0.12
HSL 145.17º 0.84% 0.48% -
HSV(B) 145.17º 0.92% 0.88% -
XYZ 29.47 54.47 22.32 -
YUV 149.14 103.08 35.18 -
System Red Green Blue C M Y K H S L
Decimal 19 224 105 0.92 0 0.53 0.12 145.17 0.84 0.48
Hex 13 E0 69 5C 0 35 C 91 54 30
Octal 23 340 151 134 0 65 14 221 124 60
Binary 10011 11100000 1101001 1011100 0 110101 1100 10010001 1010100 110000

Color Harmonies of #13E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E069

Black with #13E069

Text Example


Text Example

White with #13E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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