Html Css Color HEX #10D760 Malachite

📋 copy color: '#10D760'

red 16 ◦ green 215 ◦ blue 96

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

Shades of Malachite #10D760

Tints of Malachite #10D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.75%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 4.89%
G = 65.75%
B = 29.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#10D760 (or 0x10D760) is known color: Malachite. HEX triplet: 10, D7 and 60. RGB value is (16,215,96). Sum of RGB (Red+Green+Blue) = 16+215+96=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #10D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D760 is #EF289F. Grayscale: #8E8E8E. Windows color (decimal): -15673504 or 6346512. OLE color: 6346512.

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

Color convert

RGB 16 215 96 -
CMYK 0.93 0 0.55 0.16
HSL 144.12º 0.86% 0.45% -
HSV(B) 144.12º 0.93% 0.84% -
XYZ 26.63 49.56 19.23 -
YUV 141.93 102.07 38.18 -
System Red Green Blue C M Y K H S L
Decimal 16 215 96 0.93 0 0.55 0.16 144.12 0.86 0.45
Hex 10 D7 60 5D 0 37 10 90 56 2D
Octal 20 327 140 135 0 67 20 220 126 55
Binary 10000 11010111 1100000 1011101 0 110111 10000 10010000 1010110 101101

Color Harmonies of #10D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D760

Black with #10D760

Text Example


Text Example

White with #10D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,215,96); }

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

background-color css

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

 a { background-color: rgb(16,215,96); }

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

border-color css

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

 span { border-color: rgb(16,215,96); }

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