#10FE49

Color #10FE49 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #10FE49

Tints of Malachite #10FE49

Color information

#10FE49 (or 0x10FE49) is unknown color: approx Malachite. HEX triplet: 10, FE and 49. RGB value is (16,254,73). Sum of RGB (Red+Green+Blue) = 16+254+73=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE49 is #EF01B6. Grayscale: #A2A2A2. Windows color (decimal): -15663543 or 4849168. OLE color: 4849168.

HSL color Cylindrical-coordinate representation of color #10FE49: hue angle of 134.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE49 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB1625473-
CMYK0.9400.710.00
HSL134.37º99.17%52.94%-
HSV(B)134.37º93.7%99.61%-
XYZ36.8671.4718.16-
YUV162.277.6523.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.66%
GREEN value IS 254 (99.61% from 255) = 74.05%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=4.66%
G=74.05%
B=21.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16254730.9400.710.00134.3799.1752.94
Hex10FE495E0470866335
Octal203761111360107020614365
Binary100001111111010010011011110010001110100001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,254,73); }

 H1.HeaderClassName
 {
   color: #10FE49;
 }
 .AnyTagClassName
 {
   color: #10FE49;
 }
</style>
background-color css

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

 a { background-color: rgb(16,254,73); }

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

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

 span { border-color: rgb(16,254,73); }

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