#0CE15D

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

Shades of Malachite #0CE15D

Tints of Malachite #0CE15D

Color information

#0CE15D (or 0x0CE15D) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 5D. RGB value is (12,225,93). Sum of RGB (Red+Green+Blue) = 12+225+93=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE15D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE15D is #F31EA2. Grayscale: #929292. Windows color (decimal): -15933091 or 6152460. OLE color: 6152460.

HSL color Cylindrical-coordinate representation of color #0CE15D: hue angle of 142.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE15D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB1222593-
CMYK0.9500.590.12
HSL142.82º89.87%46.47%-
HSV(B)142.82º94.67%88.24%-
XYZ29.0554.7219.39-
YUV146.2697.9332.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.64%
GREEN value IS 225 (88.28% from 255) = 68.18%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=3.64%
G=68.18%
B=28.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225930.9500.590.12142.8289.8746.47
HexCE15D5F03BC8f5a2e
Octal143411351370731421713256
Binary1100111000011011101101111101110111100100011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,225,93); }

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

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

 a { background-color: rgb(12,225,93); }

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

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

 span { border-color: rgb(12,225,93); }

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