Html Css Color HEX #10D06F Malachite

📋 copy color: '#10D06F'

red 16 ◦ green 208 ◦ blue 111

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

Shades of Malachite #10D06F

Tints of Malachite #10D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 4.78%
G = 62.09%
B = 33.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#10D06F (or 0x10D06F) is known color: Malachite. HEX triplet: 10, D0 and 6F. RGB value is (16,208,111). Sum of RGB (Red+Green+Blue) = 16+208+111=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #10D06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D06F is #EF2F90. Grayscale: #8B8B8B. Windows color (decimal): -15675281 or 7327760. OLE color: 7327760.

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

Color convert

RGB 16 208 111 -
CMYK 0.92 0 0.47 0.18
HSL 149.69º 0.86% 0.44% -
HSV(B) 149.69º 0.92% 0.82% -
XYZ 25.64 46.37 22.64 -
YUV 139.53 111.89 39.89 -
System Red Green Blue C M Y K H S L
Decimal 16 208 111 0.92 0 0.47 0.18 149.69 0.86 0.44
Hex 10 D0 6F 5C 0 2F 12 96 56 2C
Octal 20 320 157 134 0 57 22 226 126 54
Binary 10000 11010000 1101111 1011100 0 101111 10010 10010110 1010110 101100

Color Harmonies of #10D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D06F

Black with #10D06F

Text Example


Text Example

White with #10D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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