#0CE15F

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

Shades of Malachite #0CE15F

Tints of Malachite #0CE15F

Color information

#0CE15F (or 0x0CE15F) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 5F. RGB value is (12,225,95). Sum of RGB (Red+Green+Blue) = 12+225+95=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE15F is #F31EA0. Grayscale: #929292. Windows color (decimal): -15933089 or 6283532. OLE color: 6283532.

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

Color convert

RGB1222595-
CMYK0.9500.580.12
HSL143.38º89.87%46.47%-
HSV(B)143.38º94.67%88.24%-
XYZ29.1454.7519.86-
YUV146.4998.9332.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 225 (88.28% from 255) = 67.77%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=3.61%
G=67.77%
B=28.61%

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
Decimal12225950.9500.580.12143.3889.8746.47
HexCE15F5F03AC8f5a2e
Octal143411371370721421713256
Binary1100111000011011111101111101110101100100011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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