#0CD261

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

Shades of Malachite #0CD261

Tints of Malachite #0CD261

Color information

#0CD261 (or 0x0CD261) is unknown color: approx Malachite. HEX triplet: 0C, D2 and 61. RGB value is (12,210,97). Sum of RGB (Red+Green+Blue) = 12+210+97=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD261 is #F32D9E. Grayscale: #8A8A8A. Windows color (decimal): -15936927 or 6410764. OLE color: 6410764.

HSL color Cylindrical-coordinate representation of color #0CD261: hue angle of 145.76º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD261 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB1221097-
CMYK0.9400.540.18
HSL145.76º89.19%43.53%-
HSV(B)145.76º94.29%82.35%-
XYZ25.3647.0319.05-
YUV137.92104.938.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.76%
GREEN value IS 210 (82.42% from 255) = 65.83%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=3.76%
G=65.83%
B=30.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12210970.9400.540.18145.7689.1943.53
HexCD2615E0361292592c
Octal143221411360662222213154
Binary11001101001011000011011110011011010010100100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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