Html Css Color HEX #10C161 Malachite

📋 copy color: '#10C161'

red 16 ◦ green 193 ◦ blue 97

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

Shades of Malachite #10C161

Tints of Malachite #10C161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.07%

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

R = 5.23%
G = 63.07%
B = 31.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#10C161 (or 0x10C161) is known color: Malachite. HEX triplet: 10, C1 and 61. RGB value is (16,193,97). Sum of RGB (Red+Green+Blue) = 16+193+97=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #10C161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C161 is #EF3E9E. Grayscale: #818181. Windows color (decimal): -15679135 or 6406416. OLE color: 6406416.

HSL color Cylindrical-coordinate representation of color #10C161: hue angle of 147.46º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C161 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 193 97 -
CMYK 0.92 0 0.50 0.24
HSL 147.46º 0.85% 0.41% -
HSV(B) 147.46º 0.92% 0.76% -
XYZ 21.44 39.11 17.73 -
YUV 129.13 109.86 47.31 -
System Red Green Blue C M Y K H S L
Decimal 16 193 97 0.92 0 0.50 0.24 147.46 0.85 0.41
Hex 10 C1 61 5C 0 32 18 93 55 29
Octal 20 301 141 134 0 62 30 223 125 51
Binary 10000 11000001 1100001 1011100 0 110010 11000 10010011 1010101 101001

Color Harmonies of #10C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C161

Black with #10C161

Text Example


Text Example

White with #10C161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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