#0CC362

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

Shades of Malachite #0CC362

Tints of Malachite #0CC362

Color information

#0CC362 (or 0x0CC362) is unknown color: approx Malachite. HEX triplet: 0C, C3 and 62. RGB value is (12,195,98). Sum of RGB (Red+Green+Blue) = 12+195+98=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC362 is #F33C9D. Grayscale: #818181. Windows color (decimal): -15940766 or 6472460. OLE color: 6472460.

HSL color Cylindrical-coordinate representation of color #0CC362: hue angle of 148.2º 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 #0CC362 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1219598-
CMYK0.9400.500.24
HSL148.2º88.41%40.59%-
HSV(B)148.2º93.85%76.47%-
XYZ21.8739.9918.12-
YUV129.22110.3744.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.93%
GREEN value IS 195 (76.56% from 255) = 63.93%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=3.93%
G=63.93%
B=32.13%

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
Decimal12195980.9400.500.24148.288.4140.59
HexCC3625E03218945829
Octal143031421360623022413051
Binary11001100001111000101011110011001011000100101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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