#0CE346

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

Shades of Malachite #0CE346

Tints of Malachite #0CE346

Color information

#0CE346 (or 0x0CE346) is unknown color: approx Malachite. HEX triplet: 0C, E3 and 46. RGB value is (12,227,70). Sum of RGB (Red+Green+Blue) = 12+227+70=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE346 is #F31CB9. Grayscale: #919191. Windows color (decimal): -15932602 or 4645644. OLE color: 4645644.

HSL color Cylindrical-coordinate representation of color #0CE346: hue angle of 136.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE346 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB1222770-
CMYK0.9500.690.11
HSL136.19º89.96%46.86%-
HSV(B)136.19º94.71%89.02%-
XYZ28.7355.4614.98-
YUV144.8285.7733.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 227 (89.06% from 255) = 73.46%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=3.88%
G=73.46%
B=22.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal12227700.9500.690.11136.1989.9646.86
HexCE3465F045B885a2f
Octal1434310613701051321013257
Binary11001110001110001101011111010001011011100010001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,227,70); }

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

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

 a { background-color: rgb(12,227,70); }

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

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

 span { border-color: rgb(12,227,70); }

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