#13E25F

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

Shades of Malachite #13E25F

Tints of Malachite #13E25F

Color information

#13E25F (or 0x13E25F) is unknown color: approx Malachite. HEX triplet: 13, E2 and 5F. RGB value is (19,226,95). Sum of RGB (Red+Green+Blue) = 19+226+95=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 226 (88.67% from 255 or 66.47% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 226 - color contains mainly: green. Hex color #13E25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E25F is #EC1DA0. Grayscale: #959595. Windows color (decimal): -15474081 or 6283795. OLE color: 6283795.

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

Color convert

RGB1922695-
CMYK0.9200.580.11
HSL142.03º84.49%48.04%-
HSV(B)142.03º91.59%88.63%-
XYZ29.5355.3619.96-
YUV149.1797.4235.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.59%
GREEN value IS 226 (88.67% from 255) = 66.47%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=5.59%
G=66.47%
B=27.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226950.9200.580.11142.0384.4948.04
Hex13E25F5C03AB8e5430
Octal233421371340721321612460
Binary10011111000101011111101110001110101011100011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,226,95); }

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

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

 a { background-color: rgb(19,226,95); }

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

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

 span { border-color: rgb(19,226,95); }

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