Html Css Color HEX #10D475 Malachite

📋 copy color: '#10D475'

red 16 ◦ green 212 ◦ blue 117

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

Shades of Malachite #10D475

Tints of Malachite #10D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.45%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 4.64%
G = 61.45%
B = 33.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#10D475 (or 0x10D475) is known color: Malachite. HEX triplet: 10, D4 and 75. RGB value is (16,212,117). Sum of RGB (Red+Green+Blue) = 16+212+117=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 212 (83.20% from 255 or 61.45% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 212 - color contains mainly: green. Hex color #10D475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D475 is #EF2B8A. Grayscale: #8E8E8E. Windows color (decimal): -15674251 or 7722000. OLE color: 7722000.

HSL color Cylindrical-coordinate representation of color #10D475: hue angle of 150.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D475 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 16 212 117 -
CMYK 0.92 0 0.45 0.17
HSL 150.92º 0.86% 0.45% -
HSV(B) 150.92º 0.92% 0.83% -
XYZ 26.97 48.48 24.77 -
YUV 142.57 113.57 37.72 -
System Red Green Blue C M Y K H S L
Decimal 16 212 117 0.92 0 0.45 0.17 150.92 0.86 0.45
Hex 10 D4 75 5C 0 2D 11 97 56 2D
Octal 20 324 165 134 0 55 21 227 126 55
Binary 10000 11010100 1110101 1011100 0 101101 10001 10010111 1010110 101101

Color Harmonies of #10D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D475

Black with #10D475

Text Example


Text Example

White with #10D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,212,117); }

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

background-color css

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

 a { background-color: rgb(16,212,117); }

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

border-color css

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

 span { border-color: rgb(16,212,117); }

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