#14F13D

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

Shades of Malachite #14F13D

Tints of Malachite #14F13D

Color information

#14F13D (or 0x14F13D) is unknown color: approx Malachite. HEX triplet: 14, F1 and 3D. RGB value is (20,241,61). Sum of RGB (Red+Green+Blue) = 20+241+61=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #14F13D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F13D is #EB0EC2. Grayscale: #9A9A9A. Windows color (decimal): -15404739 or 4059412. OLE color: 4059412.

HSL color Cylindrical-coordinate representation of color #14F13D: hue angle of 131.13º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F13D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB2024161-
CMYK0.9200.750.05
HSL131.13º88.76%51.18%-
HSV(B)131.13º91.7%94.51%-
XYZ32.5963.414.93-
YUV154.475.2832.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 241 (94.53% from 255) = 74.84%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=6.21%
G=74.84%
B=18.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20241610.9200.750.05131.1388.7651.18
Hex14F13D5C04B5835933
Octal24361751340113520313163
Binary1010011110001111101101110001001011101100000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14F13D; }

 p { color: rgb(20,241,61); }

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

<style>
 a { background-color: #14F13D; }

 a { background-color: rgb(20,241,61); }

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

<style>
 span { border-color: #14F13D; }

 span { border-color: rgb(20,241,61); }

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