Html Css Color HEX #10D246 Malachite

📋 copy color: '#10D246'

red 16 ◦ green 210 ◦ blue 70

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

Shades of Malachite #10D246

Tints of Malachite #10D246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 5.41%
G = 70.95%
B = 23.65%

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

#10D246 (or 0x10D246) is known color: Malachite. HEX triplet: 10, D2 and 46. RGB value is (16,210,70). Sum of RGB (Red+Green+Blue) = 16+210+70=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #10D246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D246 is #EF2DB9. Grayscale: #888888. Windows color (decimal): -15674810 or 4641296. OLE color: 4641296.

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

Color convert

RGB 16 210 70 -
CMYK 0.92 0 0.67 0.18
HSL 136.7º 0.86% 0.44% -
HSV(B) 136.7º 0.92% 0.82% -
XYZ 24.37 46.65 13.51 -
YUV 136.03 90.73 42.38 -
System Red Green Blue C M Y K H S L
Decimal 16 210 70 0.92 0 0.67 0.18 136.7 0.86 0.44
Hex 10 D2 46 5C 0 43 12 89 56 2C
Octal 20 322 106 134 0 103 22 211 126 54
Binary 10000 11010010 1000110 1011100 0 1000011 10010 10001001 1010110 101100

Color Harmonies of #10D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D246

Black with #10D246

Text Example


Text Example

White with #10D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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