#14F64F

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

Shades of Malachite #14F64F

Tints of Malachite #14F64F

Color information

#14F64F (or 0x14F64F) is unknown color: approx Malachite. HEX triplet: 14, F6 and 4F. RGB value is (20,246,79). Sum of RGB (Red+Green+Blue) = 20+246+79=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #14F64F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F64F is #EB09B0. Grayscale: #9F9F9F. Windows color (decimal): -15403441 or 5240340. OLE color: 5240340.

HSL color Cylindrical-coordinate representation of color #14F64F: hue angle of 135.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F64F is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2024679-
CMYK0.9200.680.04
HSL135.66º92.62%52.16%-
HSV(B)135.66º91.87%96.47%-
XYZ34.6666.6218.43-
YUV159.3982.6328.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.80%
GREEN value IS 246 (96.48% from 255) = 71.30%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=5.80%
G=71.30%
B=22.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20246790.9200.680.04135.6692.6252.16
Hex14F64F5C0444885d34
Octal243661171340104421013564
Binary10100111101101001111101110001000100100100010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,246,79); }

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

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

 a { background-color: rgb(20,246,79); }

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

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

 span { border-color: rgb(20,246,79); }

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