Html Css Color HEX #10E148 Malachite

📋 copy color: '#10E148'

red 16 ◦ green 225 ◦ blue 72

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

Shades of Malachite #10E148

Tints of Malachite #10E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 5.11%
G = 71.88%
B = 23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#10E148 (or 0x10E148) is known color: Malachite. HEX triplet: 10, E1 and 48. RGB value is (16,225,72). Sum of RGB (Red+Green+Blue) = 16+225+72=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #10E148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E148 is #EF1EB7. Grayscale: #919191. Windows color (decimal): -15670968 or 4776208. OLE color: 4776208.

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

Color convert

RGB 16 225 72 -
CMYK 0.93 0 0.68 0.12
HSL 136.08º 0.87% 0.47% -
HSV(B) 136.08º 0.93% 0.88% -
XYZ 28.31 54.43 15.14 -
YUV 145.07 86.76 35.94 -
System Red Green Blue C M Y K H S L
Decimal 16 225 72 0.93 0 0.68 0.12 136.08 0.87 0.47
Hex 10 E1 48 5D 0 44 C 88 57 2F
Octal 20 341 110 135 0 104 14 210 127 57
Binary 10000 11100001 1001000 1011101 0 1000100 1100 10001000 1010111 101111

Color Harmonies of #10E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E148

Black with #10E148

Text Example


Text Example

White with #10E148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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