Html Css Color HEX #10D85D Malachite

📋 copy color: '#10D85D'

red 16 ◦ green 216 ◦ blue 93

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

Shades of Malachite #10D85D

Tints of Malachite #10D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.46%

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

R = 4.92%
G = 66.46%
B = 28.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#10D85D (or 0x10D85D) is known color: Malachite. HEX triplet: 10, D8 and 5D. RGB value is (16,216,93). Sum of RGB (Red+Green+Blue) = 16+216+93=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #10D85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D85D is #EF27A2. Grayscale: #8E8E8E. Windows color (decimal): -15673251 or 6150160. OLE color: 6150160.

HSL color Cylindrical-coordinate representation of color #10D85D: hue angle of 143.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D85D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 216 93 -
CMYK 0.93 0 0.57 0.15
HSL 143.1º 0.86% 0.45% -
HSV(B) 143.1º 0.93% 0.85% -
XYZ 26.75 50.01 18.6 -
YUV 142.18 100.24 38 -
System Red Green Blue C M Y K H S L
Decimal 16 216 93 0.93 0 0.57 0.15 143.1 0.86 0.45
Hex 10 D8 5D 5D 0 39 F 8F 56 2D
Octal 20 330 135 135 0 71 17 217 126 55
Binary 10000 11011000 1011101 1011101 0 111001 1111 10001111 1010110 101101

Color Harmonies of #10D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D85D

Black with #10D85D

Text Example


Text Example

White with #10D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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