#0CD961

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

Shades of Malachite #0CD961

Tints of Malachite #0CD961

Color information

#0CD961 (or 0x0CD961) is unknown color: approx Malachite. HEX triplet: 0C, D9 and 61. RGB value is (12,217,97). Sum of RGB (Red+Green+Blue) = 12+217+97=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD961 is #F3269E. Grayscale: #8E8E8E. Windows color (decimal): -15935135 or 6412556. OLE color: 6412556.

HSL color Cylindrical-coordinate representation of color #0CD961: hue angle of 144.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD961 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB1221797-
CMYK0.9400.550.15
HSL144.88º89.52%44.9%-
HSV(B)144.88º94.47%85.1%-
XYZ27.1250.5719.64-
YUV142.02102.5835.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 217 (85.16% from 255) = 66.56%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=3.68%
G=66.56%
B=29.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12217970.9400.550.15144.8889.5244.9
HexCD9615E037F915a2d
Octal143311411360671722113255
Binary1100110110011100001101111001101111111100100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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