Html Css Color HEX #10C666 Malachite

📋 copy color: '#10C666'

red 16 ◦ green 198 ◦ blue 102

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

Shades of Malachite #10C666

Tints of Malachite #10C666

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.66%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 5.06%
G = 62.66%
B = 32.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#10C666 (or 0x10C666) is known color: Malachite. HEX triplet: 10, C6 and 66. RGB value is (16,198,102). Sum of RGB (Red+Green+Blue) = 16+198+102=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #10C666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C666 is #EF3999. Grayscale: #848484. Windows color (decimal): -15677850 or 6735376. OLE color: 6735376.

HSL color Cylindrical-coordinate representation of color #10C666: hue angle of 148.35º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C666 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 198 102 -
CMYK 0.92 0 0.48 0.22
HSL 148.35º 0.85% 0.42% -
HSV(B) 148.35º 0.92% 0.78% -
XYZ 22.81 41.46 19.37 -
YUV 132.64 110.7 44.81 -
System Red Green Blue C M Y K H S L
Decimal 16 198 102 0.92 0 0.48 0.22 148.35 0.85 0.42
Hex 10 C6 66 5C 0 30 16 94 55 2A
Octal 20 306 146 134 0 60 26 224 125 52
Binary 10000 11000110 1100110 1011100 0 110000 10110 10010100 1010101 101010

Color Harmonies of #10C666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C666

Black with #10C666

Text Example


Text Example

White with #10C666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,198,102); }

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

background-color css

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

 a { background-color: rgb(16,198,102); }

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

border-color css

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

 span { border-color: rgb(16,198,102); }

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