Html Css Color HEX #10E166 Malachite

📋 copy color: '#10E166'

red 16 ◦ green 225 ◦ blue 102

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

Shades of Malachite #10E166

Tints of Malachite #10E166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.6%

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 4.66%
G = 65.6%
B = 29.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#10E166 (or 0x10E166) is known color: Malachite. HEX triplet: 10, E1 and 66. RGB value is (16,225,102). Sum of RGB (Red+Green+Blue) = 16+225+102=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #10E166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E166 is #EF1E99. Grayscale: #949494. Windows color (decimal): -15670938 or 6742288. OLE color: 6742288.

HSL color Cylindrical-coordinate representation of color #10E166: hue angle of 144.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E166 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 225 102 -
CMYK 0.93 0 0.55 0.12
HSL 144.69º 0.87% 0.47% -
HSV(B) 144.69º 0.93% 0.88% -
XYZ 29.54 54.92 21.61 -
YUV 148.49 101.76 33.5 -
System Red Green Blue C M Y K H S L
Decimal 16 225 102 0.93 0 0.55 0.12 144.69 0.87 0.47
Hex 10 E1 66 5D 0 37 C 91 57 2F
Octal 20 341 146 135 0 67 14 221 127 57
Binary 10000 11100001 1100110 1011101 0 110111 1100 10010001 1010111 101111

Color Harmonies of #10E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E166

Black with #10E166

Text Example


Text Example

White with #10E166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,225,102); }

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

background-color css

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

 a { background-color: rgb(16,225,102); }

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

border-color css

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

 span { border-color: rgb(16,225,102); }

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