#0CE160

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

Shades of Malachite #0CE160

Tints of Malachite #0CE160

Color information

#0CE160 (or 0x0CE160) is unknown color: approx Malachite. HEX triplet: 0C, E1 and 60. RGB value is (12,225,96). Sum of RGB (Red+Green+Blue) = 12+225+96=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE160 is #F31E9F. Grayscale: #929292. Windows color (decimal): -15933088 or 6349068. OLE color: 6349068.

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

Color convert

RGB1222596-
CMYK0.9500.570.12
HSL143.66º89.87%46.47%-
HSV(B)143.66º94.67%88.24%-
XYZ29.1954.7720.1-
YUV146.6199.4331.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 225 (88.28% from 255) = 67.57%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=3.60%
G=67.57%
B=28.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225960.9500.570.12143.6689.8746.47
HexCE1605F039C905a2e
Octal143411401370711422013256
Binary1100111000011100000101111101110011100100100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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