#0CE147

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

Shades of Malachite #0CE147

Tints of Malachite #0CE147

Color information

#0CE147 (or 0x0CE147) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 47. RGB value is (12,225,71). Sum of RGB (Red+Green+Blue) = 12+225+71=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE147 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE147 is #F31EB8. Grayscale: #909090. Windows color (decimal): -15933113 or 4710668. OLE color: 4710668.

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

Color convert

RGB1222571-
CMYK0.9500.680.12
HSL136.62º89.87%46.47%-
HSV(B)136.62º94.67%88.24%-
XYZ28.2154.3814.97-
YUV143.7686.9334.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.90%
GREEN value IS 225 (88.28% from 255) = 73.05%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=3.90%
G=73.05%
B=23.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225710.9500.680.12136.6289.8746.47
HexCE1475F044C895a2e
Octal1434110713701041421113256
Binary11001110000110001111011111010001001100100010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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