Html Css Color HEX #10D061 Malachite

📋 copy color: '#10D061'

red 16 ◦ green 208 ◦ blue 97

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

Shades of Malachite #10D061

Tints of Malachite #10D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.8%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 4.98%
G = 64.8%
B = 30.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#10D061 (or 0x10D061) is known color: Malachite. HEX triplet: 10, D0 and 61. RGB value is (16,208,97). Sum of RGB (Red+Green+Blue) = 16+208+97=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #10D061 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D061 is #EF2F9E. Grayscale: #8A8A8A. Windows color (decimal): -15675295 or 6410256. OLE color: 6410256.

HSL color Cylindrical-coordinate representation of color #10D061: hue angle of 145.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D061 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 208 97 -
CMYK 0.92 0 0.53 0.18
HSL 145.31º 0.86% 0.44% -
HSV(B) 145.31º 0.92% 0.82% -
XYZ 24.93 46.08 18.89 -
YUV 137.94 104.89 41.03 -
System Red Green Blue C M Y K H S L
Decimal 16 208 97 0.92 0 0.53 0.18 145.31 0.86 0.44
Hex 10 D0 61 5C 0 35 12 91 56 2C
Octal 20 320 141 134 0 65 22 221 126 54
Binary 10000 11010000 1100001 1011100 0 110101 10010 10010001 1010110 101100

Color Harmonies of #10D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D061

Black with #10D061

Text Example


Text Example

White with #10D061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,208,97); }

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

background-color css

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

 a { background-color: rgb(16,208,97); }

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

border-color css

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

 span { border-color: rgb(16,208,97); }

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