#10D672

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

Shades of Malachite #10D672

Tints of Malachite #10D672

Color information

#10D672 (or 0x10D672) is unknown color: approx Malachite. HEX triplet: 10, D6 and 72. RGB value is (16,214,114). Sum of RGB (Red+Green+Blue) = 16+214+114=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #10D672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D672 is #EF298D. Grayscale: #8F8F8F. Windows color (decimal): -15673742 or 7525904. OLE color: 7525904.

HSL color Cylindrical-coordinate representation of color #10D672: hue angle of 149.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D672 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB16214114-
CMYK0.9300.470.16
HSL149.7º86.09%45.1%-
HSV(B)149.7º92.52%83.92%-
XYZ27.349.4224.02-
YUV143.4111.437.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.65%
GREEN value IS 214 (83.98% from 255) = 62.21%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=4.65%
G=62.21%
B=33.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162141140.9300.470.16149.786.0945.1
Hex10D6725D02F1096562d
Octal203261621350572022612655
Binary100001101011011100101011101010111110000100101101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D672; }

 p { color: rgb(16,214,114); }

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

<style>
 a { background-color: #10D672; }

 a { background-color: rgb(16,214,114); }

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

<style>
 span { border-color: #10D672; }

 span { border-color: rgb(16,214,114); }

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