#0DC060

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

Shades of Malachite #0DC060

Tints of Malachite #0DC060

Color information

#0DC060 (or 0x0DC060) is unknown color: approx Malachite. HEX triplet: 0D, C0 and 60. RGB value is (13,192,96). Sum of RGB (Red+Green+Blue) = 13+192+96=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC060 is #F23F9F. Grayscale: #7F7F7F. Windows color (decimal): -15876000 or 6340621. OLE color: 6340621.

HSL color Cylindrical-coordinate representation of color #0DC060: hue angle of 147.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC060 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1319296-
CMYK0.9300.500.25
HSL147.82º87.32%40.2%-
HSV(B)147.82º93.23%75.29%-
XYZ21.1338.6317.41-
YUV127.54110.246.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.32%
GREEN value IS 192 (75.39% from 255) = 63.79%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=4.32%
G=63.79%
B=31.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13192960.9300.500.25147.8287.3240.2
HexDC0605D03219945728
Octal153001401350623122412750
Binary11011100000011000001011101011001011001100101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,96); }

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

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

 a { background-color: rgb(13,192,96); }

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

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

 span { border-color: rgb(13,192,96); }

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