#0DCF70

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

Shades of Malachite #0DCF70

Tints of Malachite #0DCF70

Color information

#0DCF70 (or 0x0DCF70) is unknown color: approx Malachite. HEX triplet: 0D, CF and 70. RGB value is (13,207,112). Sum of RGB (Red+Green+Blue) = 13+207+112=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF70 is #F2308F. Grayscale: #8A8A8A. Windows color (decimal): -15872144 or 7393037. OLE color: 7393037.

HSL color Cylindrical-coordinate representation of color #0DCF70: hue angle of 150.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF70 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB13207112-
CMYK0.9400.460.19
HSL150.62º88.18%43.14%-
HSV(B)150.62º93.72%81.18%-
XYZ25.445.8822.85-
YUV138.16113.2338.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.92%
GREEN value IS 207 (81.25% from 255) = 62.35%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=3.92%
G=62.35%
B=33.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132071120.9400.460.19150.6288.1843.14
HexDCF705E02E1397582b
Octal153171601360562322713053
Binary11011100111111100001011110010111010011100101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,207,112); }

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

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

 a { background-color: rgb(13,207,112); }

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

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

 span { border-color: rgb(13,207,112); }

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