#0CC361

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

Shades of Malachite #0CC361

Tints of Malachite #0CC361

Color information

#0CC361 (or 0x0CC361) is unknown color: approx Malachite. HEX triplet: 0C, C3 and 61. RGB value is (12,195,97). Sum of RGB (Red+Green+Blue) = 12+195+97=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC361 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC361 is #F33C9E. Grayscale: #818181. Windows color (decimal): -15940767 or 6406924. OLE color: 6406924.

HSL color Cylindrical-coordinate representation of color #0CC361: hue angle of 147.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC361 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1219597-
CMYK0.9400.500.24
HSL147.87º88.41%40.59%-
HSV(B)147.87º93.85%76.47%-
XYZ21.8239.9717.87-
YUV129.11109.8744.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 195 (76.56% from 255) = 64.14%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=3.95%
G=64.14%
B=31.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12195970.9400.500.24147.8788.4140.59
HexCC3615E03218945829
Octal143031411360623022413051
Binary11001100001111000011011110011001011000100101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,195,97); }

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

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

 a { background-color: rgb(12,195,97); }

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

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

 span { border-color: rgb(12,195,97); }

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