#0CE13C

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

Shades of Malachite #0CE13C

Tints of Malachite #0CE13C

Color information

#0CE13C (or 0x0CE13C) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 3C. RGB value is (12,225,60). Sum of RGB (Red+Green+Blue) = 12+225+60=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE13C is #F31EC3. Grayscale: #8E8E8E. Windows color (decimal): -15933124 or 3989772. OLE color: 3989772.

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

Color convert

RGB1222560-
CMYK0.9500.730.12
HSL133.52º89.87%46.47%-
HSV(B)133.52º94.67%88.24%-
XYZ27.8954.2513.28-
YUV142.581.4334.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 225 (88.28% from 255) = 75.76%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=4.04%
G=75.76%
B=20.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225600.9500.730.12133.5289.8746.47
HexCE13C5F049C865a2e
Octal143417413701111420613256
Binary1100111000011111001011111010010011100100001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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