Html Css Color HEX #10C85D Malachite

📋 copy color: '#10C85D'

red 16 ◦ green 200 ◦ blue 93

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

Shades of Malachite #10C85D

Tints of Malachite #10C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.72%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 5.18%
G = 64.72%
B = 30.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#10C85D (or 0x10C85D) is known color: Malachite. HEX triplet: 10, C8 and 5D. RGB value is (16,200,93). Sum of RGB (Red+Green+Blue) = 16+200+93=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #10C85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C85D is #EF37A2. Grayscale: #858585. Windows color (decimal): -15677347 or 6146064. OLE color: 6146064.

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

Color convert

RGB 16 200 93 -
CMYK 0.92 0 0.54 0.22
HSL 145.11º 0.85% 0.42% -
HSV(B) 145.11º 0.92% 0.78% -
XYZ 22.84 42.21 17.3 -
YUV 132.79 105.54 44.7 -
System Red Green Blue C M Y K H S L
Decimal 16 200 93 0.92 0 0.54 0.22 145.11 0.85 0.42
Hex 10 C8 5D 5C 0 36 16 91 55 2A
Octal 20 310 135 134 0 66 26 221 125 52
Binary 10000 11001000 1011101 1011100 0 110110 10110 10010001 1010101 101010

Color Harmonies of #10C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C85D

Black with #10C85D

Text Example


Text Example

White with #10C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,200,93); }

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

background-color css

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

 a { background-color: rgb(16,200,93); }

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

border-color css

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

 span { border-color: rgb(16,200,93); }

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