Html Css Color HEX #10DC6F Malachite

📋 copy color: '#10DC6F'

red 16 ◦ green 220 ◦ blue 111

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

Shades of Malachite #10DC6F

Tints of Malachite #10DC6F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.4%

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 4.61%
G = 63.4%
B = 31.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#10DC6F (or 0x10DC6F) is known color: Malachite. HEX triplet: 10, DC and 6F. RGB value is (16,220,111). Sum of RGB (Red+Green+Blue) = 16+220+111=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC6F is #EF2390. Grayscale: #929292. Windows color (decimal): -15672209 or 7330832. OLE color: 7330832.

HSL color Cylindrical-coordinate representation of color #10DC6F: hue angle of 147.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC6F is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 111 -
CMYK 0.93 0 0.50 0.14
HSL 147.94º 0.86% 0.46% -
HSV(B) 147.94º 0.93% 0.86% -
XYZ 28.68 52.44 23.65 -
YUV 146.58 107.91 34.86 -
System Red Green Blue C M Y K H S L
Decimal 16 220 111 0.93 0 0.50 0.14 147.94 0.86 0.46
Hex 10 DC 6F 5D 0 32 E 94 56 2E
Octal 20 334 157 135 0 62 16 224 126 56
Binary 10000 11011100 1101111 1011101 0 110010 1110 10010100 1010110 101110

Color Harmonies of #10DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC6F

Black with #10DC6F

Text Example


Text Example

White with #10DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,111); }

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

background-color css

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

 a { background-color: rgb(16,220,111); }

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

border-color css

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

 span { border-color: rgb(16,220,111); }

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