Html Css Color HEX #10D746 Malachite

📋 copy color: '#10D746'

red 16 ◦ green 215 ◦ blue 70

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

Shades of Malachite #10D746

Tints of Malachite #10D746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 71.43%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 5.32%
G = 71.43%
B = 23.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#10D746 (or 0x10D746) is known color: Malachite. HEX triplet: 10, D7 and 46. RGB value is (16,215,70). Sum of RGB (Red+Green+Blue) = 16+215+70=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 215 (84.38% from 255 or 71.43% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 215 - color contains mainly: green. Hex color #10D746 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D746 is #EF28B9. Grayscale: #8B8B8B. Windows color (decimal): -15673530 or 4642576. OLE color: 4642576.

HSL color Cylindrical-coordinate representation of color #10D746: hue angle of 136.28º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D746 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 215 70 -
CMYK 0.93 0 0.67 0.16
HSL 136.28º 0.86% 0.45% -
HSV(B) 136.28º 0.93% 0.84% -
XYZ 25.62 49.15 13.93 -
YUV 138.97 89.07 40.29 -
System Red Green Blue C M Y K H S L
Decimal 16 215 70 0.93 0 0.67 0.16 136.28 0.86 0.45
Hex 10 D7 46 5D 0 43 10 88 56 2D
Octal 20 327 106 135 0 103 20 210 126 55
Binary 10000 11010111 1000110 1011101 0 1000011 10000 10001000 1010110 101101

Color Harmonies of #10D746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D746

Black with #10D746

Text Example


Text Example

White with #10D746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,215,70); }

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

background-color css

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

 a { background-color: rgb(16,215,70); }

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

border-color css

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

 span { border-color: rgb(16,215,70); }

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