Html Css Color HEX #10D073 Malachite

📋 copy color: '#10D073'

red 16 ◦ green 208 ◦ blue 115

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

Shades of Malachite #10D073

Tints of Malachite #10D073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 4.72%
G = 61.36%
B = 33.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#10D073 (or 0x10D073) is known color: Malachite. HEX triplet: 10, D0 and 73. RGB value is (16,208,115). Sum of RGB (Red+Green+Blue) = 16+208+115=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #10D073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D073 is #EF2F8C. Grayscale: #8C8C8C. Windows color (decimal): -15675277 or 7589904. OLE color: 7589904.

HSL color Cylindrical-coordinate representation of color #10D073: hue angle of 150.94º 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 #10D073 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 208 115 -
CMYK 0.92 0 0.45 0.18
HSL 150.94º 0.86% 0.44% -
HSV(B) 150.94º 0.92% 0.82% -
XYZ 25.86 46.46 23.82 -
YUV 139.99 113.89 39.56 -
System Red Green Blue C M Y K H S L
Decimal 16 208 115 0.92 0 0.45 0.18 150.94 0.86 0.44
Hex 10 D0 73 5C 0 2D 12 97 56 2C
Octal 20 320 163 134 0 55 22 227 126 54
Binary 10000 11010000 1110011 1011100 0 101101 10010 10010111 1010110 101100

Color Harmonies of #10D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D073

Black with #10D073

Text Example


Text Example

White with #10D073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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