#0DC156

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

Shades of Malachite #0DC156

Tints of Malachite #0DC156

Color information

#0DC156 (or 0x0DC156) is unknown color: approx Malachite. HEX triplet: 0D, C1 and 56. RGB value is (13,193,86). Sum of RGB (Red+Green+Blue) = 13+193+86=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC156 is #F23EA9. Grayscale: #7F7F7F. Windows color (decimal): -15875754 or 5685517. OLE color: 5685517.

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

Color convert

RGB1319386-
CMYK0.9300.550.24
HSL144.33º87.38%40.39%-
HSV(B)144.33º93.26%75.69%-
XYZ20.9238.915.21-
YUV126.98104.8746.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.45%
GREEN value IS 193 (75.78% from 255) = 66.10%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=4.45%
G=66.10%
B=29.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13193860.9300.550.24144.3387.3840.39
HexDC1565D03718905728
Octal153011261350673022012750
Binary11011100000110101101011101011011111000100100001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,193,86); }

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

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

 a { background-color: rgb(13,193,86); }

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

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

 span { border-color: rgb(13,193,86); }

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