Html Css Color HEX #10EC50 Malachite

📋 copy color: '#10EC50'

red 16 ◦ green 236 ◦ blue 80

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

Shades of Malachite #10EC50

Tints of Malachite #10EC50

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 4.82%
G = 71.08%
B = 24.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#10EC50 (or 0x10EC50) is known color: Malachite. HEX triplet: 10, EC and 50. RGB value is (16,236,80). Sum of RGB (Red+Green+Blue) = 16+236+80=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC50 is #EF13AF. Grayscale: #989898. Windows color (decimal): -15668144 or 5303312. OLE color: 5303312.

HSL color Cylindrical-coordinate representation of color #10EC50: hue angle of 137.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EC50 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 236 80 -
CMYK 0.93 0 0.66 0.07
HSL 137.45º 0.87% 0.49% -
HSV(B) 137.45º 0.93% 0.93% -
XYZ 31.66 60.68 17.63 -
YUV 152.44 87.11 30.68 -
System Red Green Blue C M Y K H S L
Decimal 16 236 80 0.93 0 0.66 0.07 137.45 0.87 0.49
Hex 10 EC 50 5D 0 42 7 89 57 31
Octal 20 354 120 135 0 102 7 211 127 61
Binary 10000 11101100 1010000 1011101 0 1000010 111 10001001 1010111 110001

Color Harmonies of #10EC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EC50

Black with #10EC50

Text Example


Text Example

White with #10EC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,236,80); }

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

background-color css

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

 a { background-color: rgb(16,236,80); }

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

border-color css

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

 span { border-color: rgb(16,236,80); }

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