Html Css Color HEX #10D145 Malachite

📋 copy color: '#10D145'

red 16 ◦ green 209 ◦ blue 69

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

Shades of Malachite #10D145

Tints of Malachite #10D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.09%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 5.44%
G = 71.09%
B = 23.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#10D145 (or 0x10D145) is known color: Malachite. HEX triplet: 10, D1 and 45. RGB value is (16,209,69). Sum of RGB (Red+Green+Blue) = 16+209+69=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #10D145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D145 is #EF2EBA. Grayscale: #878787. Windows color (decimal): -15675067 or 4575504. OLE color: 4575504.

HSL color Cylindrical-coordinate representation of color #10D145: hue angle of 136.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D145 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 209 69 -
CMYK 0.92 0 0.67 0.18
HSL 136.48º 0.86% 0.44% -
HSV(B) 136.48º 0.92% 0.82% -
XYZ 24.09 46.14 13.27 -
YUV 135.33 90.56 42.88 -
System Red Green Blue C M Y K H S L
Decimal 16 209 69 0.92 0 0.67 0.18 136.48 0.86 0.44
Hex 10 D1 45 5C 0 43 12 88 56 2C
Octal 20 321 105 134 0 103 22 210 126 54
Binary 10000 11010001 1000101 1011100 0 1000011 10010 10001000 1010110 101100

Color Harmonies of #10D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D145

Black with #10D145

Text Example


Text Example

White with #10D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,209,69); }

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

background-color css

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

 a { background-color: rgb(16,209,69); }

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

border-color css

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

 span { border-color: rgb(16,209,69); }

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