#0CE136

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

Shades of Malachite #0CE136

Tints of Malachite #0CE136

Color information

#0CE136 (or 0x0CE136) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 36. RGB value is (12,225,54). Sum of RGB (Red+Green+Blue) = 12+225+54=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 225 (88.28% from 255 or 77.32% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE136 is #F31EC9. Grayscale: #8E8E8E. Windows color (decimal): -15933130 or 3596556. OLE color: 3596556.

HSL color Cylindrical-coordinate representation of color #0CE136: hue angle of 131.83º 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 #0CE136 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB1222554-
CMYK0.9500.760.12
HSL131.83º89.87%46.47%-
HSV(B)131.83º94.67%88.24%-
XYZ27.7454.1912.49-
YUV141.8278.4335.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 225 (88.28% from 255) = 77.32%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=4.12%
G=77.32%
B=18.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225540.9500.760.12131.8389.8746.47
HexCE1365F04CC845a2e
Octal143416613701141420413256
Binary1100111000011101101011111010011001100100001001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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