Html Css Color HEX #10DC3C Malachite

📋 copy color: '#10DC3C'

red 16 ◦ green 220 ◦ blue 60

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

Shades of Malachite #10DC3C

Tints of Malachite #10DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 5.41%
G = 74.32%
B = 20.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#10DC3C (or 0x10DC3C) is known color: Malachite. HEX triplet: 10, DC and 3C. RGB value is (16,220,60). Sum of RGB (Red+Green+Blue) = 16+220+60=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC3C is #EF23C3. Grayscale: #8D8D8D. Windows color (decimal): -15672260 or 3988496. OLE color: 3988496.

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

Color convert

RGB 16 220 60 -
CMYK 0.93 0 0.73 0.14
HSL 132.94º 0.86% 0.46% -
HSV(B) 132.94º 0.93% 0.86% -
XYZ 26.62 51.62 12.84 -
YUV 140.76 82.41 39.01 -
System Red Green Blue C M Y K H S L
Decimal 16 220 60 0.93 0 0.73 0.14 132.94 0.86 0.46
Hex 10 DC 3C 5D 0 49 E 85 56 2E
Octal 20 334 74 135 0 111 16 205 126 56
Binary 10000 11011100 111100 1011101 0 1001001 1110 10000101 1010110 101110

Color Harmonies of #10DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC3C

Black with #10DC3C

Text Example


Text Example

White with #10DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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