#0DC84F

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

Shades of Malachite #0DC84F

Tints of Malachite #0DC84F

Color information

#0DC84F (or 0x0DC84F) is unknown color: approx Malachite. HEX triplet: 0D, C8 and 4F. RGB value is (13,200,79). Sum of RGB (Red+Green+Blue) = 13+200+79=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC84F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC84F is #F237B0. Grayscale: #828282. Windows color (decimal): -15873969 or 5228557. OLE color: 5228557.

HSL color Cylindrical-coordinate representation of color #0DC84F: hue angle of 141.18º 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 #0DC84F is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1320079-
CMYK0.9400.600.22
HSL141.18º87.79%41.76%-
HSV(B)141.18º93.5%78.43%-
XYZ22.2341.9614.32-
YUV130.2999.0544.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.45%
GREEN value IS 200 (78.52% from 255) = 68.49%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=4.45%
G=68.49%
B=27.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13200790.9400.600.22141.1887.7941.76
HexDC84F5E03C168d582a
Octal153101171360742621513052
Binary11011100100010011111011110011110010110100011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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