#0DCB4E

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

Shades of Malachite #0DCB4E

Tints of Malachite #0DCB4E

Color information

#0DCB4E (or 0x0DCB4E) is unknown color: approx Malachite. HEX triplet: 0D, CB and 4E. RGB value is (13,203,78). Sum of RGB (Red+Green+Blue) = 13+203+78=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCB4E is #F234B1. Grayscale: #848484. Windows color (decimal): -15873202 or 5163789. OLE color: 5163789.

HSL color Cylindrical-coordinate representation of color #0DCB4E: hue angle of 140.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB4E is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB1320378-
CMYK0.9400.620.20
HSL140.53º87.96%42.35%-
HSV(B)140.53º93.6%79.61%-
XYZ22.943.3514.37-
YUV131.9497.5543.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.42%
GREEN value IS 203 (79.69% from 255) = 69.05%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=4.42%
G=69.05%
B=26.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13203780.9400.620.20140.5387.9642.35
HexDCB4E5E03E148d582a
Octal153131161360762421513052
Binary11011100101110011101011110011111010100100011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,203,78); }

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

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

 a { background-color: rgb(13,203,78); }

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

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

 span { border-color: rgb(13,203,78); }

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