Html Css Color HEX #10DD66 Malachite

📋 copy color: '#10DD66'

red 16 ◦ green 221 ◦ blue 102

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

Shades of Malachite #10DD66

Tints of Malachite #10DD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.19%

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

R = 4.72%
G = 65.19%
B = 30.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#10DD66 (or 0x10DD66) is known color: Malachite. HEX triplet: 10, DD and 66. RGB value is (16,221,102). Sum of RGB (Red+Green+Blue) = 16+221+102=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #10DD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DD66 is #EF2299. Grayscale: #929292. Windows color (decimal): -15671962 or 6741264. OLE color: 6741264.

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

Color convert

RGB 16 221 102 -
CMYK 0.93 0 0.54 0.13
HSL 145.17º 0.86% 0.46% -
HSV(B) 145.17º 0.93% 0.87% -
XYZ 28.47 52.78 21.26 -
YUV 146.14 103.08 35.18 -
System Red Green Blue C M Y K H S L
Decimal 16 221 102 0.93 0 0.54 0.13 145.17 0.86 0.46
Hex 10 DD 66 5D 0 36 D 91 56 2E
Octal 20 335 146 135 0 66 15 221 126 56
Binary 10000 11011101 1100110 1011101 0 110110 1101 10010001 1010110 101110

Color Harmonies of #10DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DD66

Black with #10DD66

Text Example


Text Example

White with #10DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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