#0DC858

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

Shades of Malachite #0DC858

Tints of Malachite #0DC858

Color information

#0DC858 (or 0x0DC858) is unknown color: approx Malachite. HEX triplet: 0D, C8 and 58. RGB value is (13,200,88). Sum of RGB (Red+Green+Blue) = 13+200+88=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC858 is #F237A7. Grayscale: #838383. Windows color (decimal): -15873960 or 5818381. OLE color: 5818381.

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

Color convert

RGB1320088-
CMYK0.9400.560.22
HSL144.06º87.79%41.76%-
HSV(B)144.06º93.5%78.43%-
XYZ22.5842.116.17-
YUV131.32103.5543.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.32%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=4.32%
G=66.45%
B=29.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13200880.9400.560.22144.0687.7941.76
HexDC8585E0381690582a
Octal153101301360702622013052
Binary11011100100010110001011110011100010110100100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,200,88); }

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

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

 a { background-color: rgb(13,200,88); }

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

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

 span { border-color: rgb(13,200,88); }

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