#0DD674

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

Shades of Malachite #0DD674

Tints of Malachite #0DD674

Color information

#0DD674 (or 0x0DD674) is unknown color: approx Malachite. HEX triplet: 0D, D6 and 74. RGB value is (13,214,116). Sum of RGB (Red+Green+Blue) = 13+214+116=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD674 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD674 is #F2298B. Grayscale: #8E8E8E. Windows color (decimal): -15870348 or 7656973. OLE color: 7656973.

HSL color Cylindrical-coordinate representation of color #0DD674: hue angle of 150.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD674 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB13214116-
CMYK0.9400.460.16
HSL150.75º88.55%44.51%-
HSV(B)150.75º93.93%83.92%-
XYZ27.3649.4424.62-
YUV142.73112.9135.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.79%
GREEN value IS 214 (83.98% from 255) = 62.39%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=3.79%
G=62.39%
B=33.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132141160.9400.460.16150.7588.5544.51
HexDD6745E02E1097592d
Octal153261641360562022713155
Binary11011101011011101001011110010111010000100101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,214,116); }

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

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

 a { background-color: rgb(13,214,116); }

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

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

 span { border-color: rgb(13,214,116); }

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