Html Css Color HEX #10E145 Malachite

📋 copy color: '#10E145'

red 16 ◦ green 225 ◦ blue 69

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

Shades of Malachite #10E145

Tints of Malachite #10E145

RGB

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

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

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

R = 5.16%
G = 72.58%
B = 22.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#10E145 (or 0x10E145) is known color: Malachite. HEX triplet: 10, E1 and 45. RGB value is (16,225,69). Sum of RGB (Red+Green+Blue) = 16+225+69=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #10E145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E145 is #EF1EBA. Grayscale: #919191. Windows color (decimal): -15670971 or 4579600. OLE color: 4579600.

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

Color convert

RGB 16 225 69 -
CMYK 0.93 0 0.69 0.12
HSL 135.22º 0.87% 0.47% -
HSV(B) 135.22º 0.93% 0.88% -
XYZ 28.21 54.39 14.64 -
YUV 144.73 85.26 36.18 -
System Red Green Blue C M Y K H S L
Decimal 16 225 69 0.93 0 0.69 0.12 135.22 0.87 0.47
Hex 10 E1 45 5D 0 45 C 87 57 2F
Octal 20 341 105 135 0 105 14 207 127 57
Binary 10000 11100001 1000101 1011101 0 1000101 1100 10000111 1010111 101111

Color Harmonies of #10E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E145

Black with #10E145

Text Example


Text Example

White with #10E145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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