#13E258

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

Shades of Malachite #13E258

Tints of Malachite #13E258

Color information

#13E258 (or 0x13E258) is unknown color: approx Malachite. HEX triplet: 13, E2 and 58. RGB value is (19,226,88). Sum of RGB (Red+Green+Blue) = 19+226+88=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 226 (88.67% from 255 or 67.87% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 226 - color contains mainly: green. Hex color #13E258 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E258 is #EC1DA7. Grayscale: #949494. Windows color (decimal): -15474088 or 5825043. OLE color: 5825043.

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

Color convert

RGB1922688-
CMYK0.9200.610.11
HSL140º84.49%48.04%-
HSV(B)140º91.59%88.63%-
XYZ29.2355.2418.35-
YUV148.3893.9235.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 226 (88.67% from 255) = 67.87%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=5.71%
G=67.87%
B=26.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226880.9200.610.1114084.4948.04
Hex13E2585C03DB8c5430
Octal233421301340751321412460
Binary10011111000101011000101110001111011011100011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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