Html Css Color HEX #10D241 Malachite

📋 copy color: '#10D241'

red 16 ◦ green 210 ◦ blue 65

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

Shades of Malachite #10D241

Tints of Malachite #10D241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 72.16%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 5.5%
G = 72.16%
B = 22.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#10D241 (or 0x10D241) is known color: Malachite. HEX triplet: 10, D2 and 41. RGB value is (16,210,65). Sum of RGB (Red+Green+Blue) = 16+210+65=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #10D241 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D241 is #EF2DBE. Grayscale: #878787. Windows color (decimal): -15674815 or 4313616. OLE color: 4313616.

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

Color convert

RGB 16 210 65 -
CMYK 0.92 0 0.69 0.18
HSL 135.15º 0.86% 0.44% -
HSV(B) 135.15º 0.92% 0.82% -
XYZ 24.21 46.59 12.72 -
YUV 135.46 88.23 42.79 -
System Red Green Blue C M Y K H S L
Decimal 16 210 65 0.92 0 0.69 0.18 135.15 0.86 0.44
Hex 10 D2 41 5C 0 45 12 87 56 2C
Octal 20 322 101 134 0 105 22 207 126 54
Binary 10000 11010010 1000001 1011100 0 1000101 10010 10000111 1010110 101100

Color Harmonies of #10D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D241

Black with #10D241

Text Example


Text Example

White with #10D241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,210,65); }

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

background-color css

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

 a { background-color: rgb(16,210,65); }

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

border-color css

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

 span { border-color: rgb(16,210,65); }

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