#13E256

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

Shades of Malachite #13E256

Tints of Malachite #13E256

Color information

#13E256 (or 0x13E256) is unknown color: approx Malachite. HEX triplet: 13, E2 and 56. RGB value is (19,226,86). Sum of RGB (Red+Green+Blue) = 19+226+86=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 226 (88.67% from 255 or 68.28% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 226 - color contains mainly: green. Hex color #13E256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E256 is #EC1DA9. Grayscale: #949494. Windows color (decimal): -15474090 or 5693971. OLE color: 5693971.

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

Color convert

RGB1922686-
CMYK0.9200.620.11
HSL139.42º84.49%48.04%-
HSV(B)139.42º91.59%88.63%-
XYZ29.1455.217.92-
YUV148.1592.9235.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.74%
GREEN value IS 226 (88.67% from 255) = 68.28%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=5.74%
G=68.28%
B=25.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226860.9200.620.11139.4284.4948.04
Hex13E2565C03EB8b5430
Octal233421261340761321312460
Binary10011111000101010110101110001111101011100010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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