Html Css Color HEX #13E066 Malachite

📋 copy color: '#13E066'

red 19 ◦ green 224 ◦ blue 102

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

Shades of Malachite #13E066

Tints of Malachite #13E066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.57%

R = 5.51%
G = 64.93%
B = 29.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#13E066 (or 0x13E066) is known color: Malachite. HEX triplet: 13, E0 and 66. RGB value is (19,224,102). Sum of RGB (Red+Green+Blue) = 19+224+102=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #13E066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E066 is #EC1F99. Grayscale: #959595. Windows color (decimal): -15474586 or 6742035. OLE color: 6742035.

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

Color convert

RGB 19 224 102 -
CMYK 0.92 0 0.54 0.12
HSL 144.29º 0.84% 0.48% -
HSV(B) 144.29º 0.92% 0.88% -
XYZ 29.32 54.41 21.53 -
YUV 148.8 101.58 35.42 -
System Red Green Blue C M Y K H S L
Decimal 19 224 102 0.92 0 0.54 0.12 144.29 0.84 0.48
Hex 13 E0 66 5C 0 36 C 90 54 30
Octal 23 340 146 134 0 66 14 220 124 60
Binary 10011 11100000 1100110 1011100 0 110110 1100 10010000 1010100 110000

Color Harmonies of #13E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E066

Black with #13E066

Text Example


Text Example

White with #13E066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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