#14F64A

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

Shades of Malachite #14F64A

Tints of Malachite #14F64A

Color information

#14F64A (or 0x14F64A) is unknown color: approx Malachite. HEX triplet: 14, F6 and 4A. RGB value is (20,246,74). Sum of RGB (Red+Green+Blue) = 20+246+74=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 246 (96.48% from 255 or 72.35% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 246 - color contains mainly: green. Hex color #14F64A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F64A is #EB09B5. Grayscale: #9F9F9F. Windows color (decimal): -15403446 or 4912660. OLE color: 4912660.

HSL color Cylindrical-coordinate representation of color #14F64A: hue angle of 134.34º 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 #14F64A is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2024674-
CMYK0.9200.700.04
HSL134.34º92.62%52.16%-
HSV(B)134.34º91.87%96.47%-
XYZ34.4866.5517.51-
YUV158.8280.1328.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.88%
GREEN value IS 246 (96.48% from 255) = 72.35%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=5.88%
G=72.35%
B=21.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20246740.9200.700.04134.3492.6252.16
Hex14F64A5C0464865d34
Octal243661121340106420613564
Binary10100111101101001010101110001000110100100001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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