#0ECC58

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

Shades of Malachite #0ECC58

Tints of Malachite #0ECC58

Color information

#0ECC58 (or 0x0ECC58) is unknown color: approx Malachite. HEX triplet: 0E, CC and 58. RGB value is (14,204,88). Sum of RGB (Red+Green+Blue) = 14+204+88=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC58 is #F133A7. Grayscale: #868686. Windows color (decimal): -15807400 or 5819406. OLE color: 5819406.

HSL color Cylindrical-coordinate representation of color #0ECC58: hue angle of 143.37º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC58 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB1420488-
CMYK0.9300.570.2
HSL143.37º87.16%42.75%-
HSV(B)143.37º93.14%80%-
XYZ23.5443.9816.48-
YUV133.97102.0542.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.58%
GREEN value IS 204 (80.08% from 255) = 66.67%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=4.58%
G=66.67%
B=28.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204880.9300.570.2143.3787.1642.75
HexECC585D039148f572b
Octal163141301350712421712753
Binary11101100110010110001011101011100110100100011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECC58; }

 p { color: rgb(14,204,88); }

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

<style>
 a { background-color: #0ECC58; }

 a { background-color: rgb(14,204,88); }

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

<style>
 span { border-color: #0ECC58; }

 span { border-color: rgb(14,204,88); }

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