Html Css Color HEX #10DC66 Malachite

📋 copy color: '#10DC66'

red 16 ◦ green 220 ◦ blue 102

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

Shades of Malachite #10DC66

Tints of Malachite #10DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 4.73%
G = 65.09%
B = 30.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#10DC66 (or 0x10DC66) is known color: Malachite. HEX triplet: 10, DC and 66. RGB value is (16,220,102). Sum of RGB (Red+Green+Blue) = 16+220+102=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC66 is #EF2399. Grayscale: #919191. Windows color (decimal): -15672218 or 6741008. OLE color: 6741008.

HSL color Cylindrical-coordinate representation of color #10DC66: hue angle of 145.29º 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 #10DC66 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 102 -
CMYK 0.93 0 0.54 0.14
HSL 145.29º 0.86% 0.46% -
HSV(B) 145.29º 0.93% 0.86% -
XYZ 28.21 52.26 21.17 -
YUV 145.55 103.41 35.59 -
System Red Green Blue C M Y K H S L
Decimal 16 220 102 0.93 0 0.54 0.14 145.29 0.86 0.46
Hex 10 DC 66 5D 0 36 E 91 56 2E
Octal 20 334 146 135 0 66 16 221 126 56
Binary 10000 11011100 1100110 1011101 0 110110 1110 10010001 1010110 101110

Color Harmonies of #10DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC66

Black with #10DC66

Text Example


Text Example

White with #10DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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