Html Css Color HEX #10DA40 Malachite

📋 copy color: '#10DA40'

red 16 ◦ green 218 ◦ blue 64

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

Shades of Malachite #10DA40

Tints of Malachite #10DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.15%

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

R = 5.37%
G = 73.15%
B = 21.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#10DA40 (or 0x10DA40) is known color: Malachite. HEX triplet: 10, DA and 40. RGB value is (16,218,64). Sum of RGB (Red+Green+Blue) = 16+218+64=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DA40 is #EF25BF. Grayscale: #8C8C8C. Windows color (decimal): -15672768 or 4250128. OLE color: 4250128.

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

Color convert

RGB 16 218 64 -
CMYK 0.93 0 0.71 0.15
HSL 134.26º 0.86% 0.46% -
HSV(B) 134.26º 0.93% 0.85% -
XYZ 26.21 50.62 13.24 -
YUV 140.05 85.08 39.52 -
System Red Green Blue C M Y K H S L
Decimal 16 218 64 0.93 0 0.71 0.15 134.26 0.86 0.46
Hex 10 DA 40 5D 0 47 F 86 56 2E
Octal 20 332 100 135 0 107 17 206 126 56
Binary 10000 11011010 1000000 1011101 0 1000111 1111 10000110 1010110 101110

Color Harmonies of #10DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA40

Black with #10DA40

Text Example


Text Example

White with #10DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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