#0ECC5C

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

Shades of Malachite #0ECC5C

Tints of Malachite #0ECC5C

Color information

#0ECC5C (or 0x0ECC5C) is unknown color: approx Malachite. HEX triplet: 0E, CC and 5C. RGB value is (14,204,92). Sum of RGB (Red+Green+Blue) = 14+204+92=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECC5C is #F133A3. Grayscale: #868686. Windows color (decimal): -15807396 or 6081550. OLE color: 6081550.

HSL color Cylindrical-coordinate representation of color #0ECC5C: hue angle of 144.63º 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 #0ECC5C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB1420492-
CMYK0.9300.550.2
HSL144.63º87.16%42.75%-
HSV(B)144.63º93.14%80%-
XYZ23.7144.0517.38-
YUV134.42104.0542.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.52%
GREEN value IS 204 (80.08% from 255) = 65.81%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=4.52%
G=65.81%
B=29.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204920.9300.550.2144.6387.1642.75
HexECC5C5D0371491572b
Octal163141341350672422112753
Binary11101100110010111001011101011011110100100100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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