Html Css Color HEX #10D140 Malachite

📋 copy color: '#10D140'

red 16 ◦ green 209 ◦ blue 64

#10D140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #10D140

Tints of Malachite #10D140

RGB

 RED value IS 16 (6.64% from 255) = 5.54%

 GREEN value IS 209 (82.03% from 255) = 72.32%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 5.54%
G = 72.32%
B = 22.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#10D140 (or 0x10D140) is known color: Malachite. HEX triplet: 10, D1 and 40. RGB value is (16,209,64). Sum of RGB (Red+Green+Blue) = 16+209+64=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #10D140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D140 is #EF2EBF. Grayscale: #878787. Windows color (decimal): -15675072 or 4247824. OLE color: 4247824.

HSL color Cylindrical-coordinate representation of color #10D140: hue angle of 134.92º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D140 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 209 64 -
CMYK 0.92 0 0.69 0.18
HSL 134.92º 0.86% 0.44% -
HSV(B) 134.92º 0.92% 0.82% -
XYZ 23.94 46.08 12.48 -
YUV 134.76 88.06 43.29 -
System Red Green Blue C M Y K H S L
Decimal 16 209 64 0.92 0 0.69 0.18 134.92 0.86 0.44
Hex 10 D1 40 5C 0 45 12 87 56 2C
Octal 20 321 100 134 0 105 22 207 126 54
Binary 10000 11010001 1000000 1011100 0 1000101 10010 10000111 1010110 101100

Color Harmonies of #10D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D140

Black with #10D140

Text Example


Text Example

White with #10D140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,209,64); }

 H1.HeaderClassName
 {
   color: #10D140;
 }
 .AnyTagClassName
 {
   color: #10D140;
 }
</style>

background-color css

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

 a { background-color: rgb(16,209,64); }

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

border-color css

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

 span { border-color: rgb(16,209,64); }

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