Html Css Color HEX #10E13F Malachite

📋 copy color: '#10E13F'

red 16 ◦ green 225 ◦ blue 63

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

Shades of Malachite #10E13F

Tints of Malachite #10E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 5.26%
G = 74.01%
B = 20.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#10E13F (or 0x10E13F) is known color: Malachite. HEX triplet: 10, E1 and 3F. RGB value is (16,225,63). Sum of RGB (Red+Green+Blue) = 16+225+63=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #10E13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E13F is #EF1EC0. Grayscale: #909090. Windows color (decimal): -15670977 or 4186384. OLE color: 4186384.

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

Color convert

RGB 16 225 63 -
CMYK 0.93 0 0.72 0.12
HSL 133.49º 0.87% 0.47% -
HSV(B) 133.49º 0.93% 0.88% -
XYZ 28.04 54.32 13.71 -
YUV 144.04 82.26 36.67 -
System Red Green Blue C M Y K H S L
Decimal 16 225 63 0.93 0 0.72 0.12 133.49 0.87 0.47
Hex 10 E1 3F 5D 0 48 C 85 57 2F
Octal 20 341 77 135 0 110 14 205 127 57
Binary 10000 11100001 111111 1011101 0 1001000 1100 10000101 1010111 101111

Color Harmonies of #10E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E13F

Black with #10E13F

Text Example


Text Example

White with #10E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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