#13E64F

Color #13E64F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #13E64F

Tints of Malachite #13E64F

Color information

#13E64F (or 0x13E64F) is unknown color: approx Malachite. HEX triplet: 13, E6 and 4F. RGB value is (19,230,79). Sum of RGB (Red+Green+Blue) = 19+230+79=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #13E64F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E64F is #EC19B0. Grayscale: #969696. Windows color (decimal): -15473073 or 5236243. OLE color: 5236243.

HSL color Cylindrical-coordinate representation of color #13E64F: hue angle of 137.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E64F is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB1923079-
CMYK0.9200.660.10
HSL137.06º84.74%48.82%-
HSV(B)137.06º91.74%90.2%-
XYZ29.9857.316.88-
YUV149.788.134.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.79%
GREEN value IS 230 (90.23% from 255) = 70.12%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=5.79%
G=70.12%
B=24.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19230790.9200.660.10137.0684.7448.82
Hex13E64F5C042A895531
Octal2334611713401021221112561
Binary100111110011010011111011100010000101010100010011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,230,79); }

 H1.HeaderClassName
 {
   color: #13E64F;
 }
 .AnyTagClassName
 {
   color: #13E64F;
 }
</style>
background-color css

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

 a { background-color: rgb(19,230,79); }

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

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

 span { border-color: rgb(19,230,79); }

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