#0CD05B

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

Shades of Malachite #0CD05B

Tints of Malachite #0CD05B

Color information

#0CD05B (or 0x0CD05B) is unknown color: approx Malachite. HEX triplet: 0C, D0 and 5B. RGB value is (12,208,91). Sum of RGB (Red+Green+Blue) = 12+208+91=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD05B is #F32FA4. Grayscale: #888888. Windows color (decimal): -15937445 or 6017036. OLE color: 6017036.

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

Color convert

RGB1220891-
CMYK0.9400.560.18
HSL144.18º89.09%43.14%-
HSV(B)144.18º94.23%81.57%-
XYZ24.645.9517.47-
YUV136.06102.5739.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.86%
GREEN value IS 208 (81.64% from 255) = 66.88%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=3.86%
G=66.88%
B=29.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12208910.9400.560.18144.1889.0943.14
HexCD05B5E0381290592b
Octal143201331360702222013153
Binary11001101000010110111011110011100010010100100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,208,91); }

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

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

 a { background-color: rgb(12,208,91); }

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

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

 span { border-color: rgb(12,208,91); }

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