#0CE15E

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

Shades of Malachite #0CE15E

Tints of Malachite #0CE15E

Color information

#0CE15E (or 0x0CE15E) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 5E. RGB value is (12,225,94). Sum of RGB (Red+Green+Blue) = 12+225+94=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE15E is #F31EA1. Grayscale: #929292. Windows color (decimal): -15933090 or 6217996. OLE color: 6217996.

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

Color convert

RGB1222594-
CMYK0.9500.580.12
HSL143.1º89.87%46.47%-
HSV(B)143.1º94.67%88.24%-
XYZ29.154.7419.62-
YUV146.3898.4332.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.63%
GREEN value IS 225 (88.28% from 255) = 67.98%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=3.63%
G=67.98%
B=28.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225940.9500.580.12143.189.8746.47
HexCE15E5F03AC8f5a2e
Octal143411361370721421713256
Binary1100111000011011110101111101110101100100011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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