#14F763

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

Shades of Malachite #14F763

Tints of Malachite #14F763

Color information

#14F763 (or 0x14F763) is unknown color: approx Malachite. HEX triplet: 14, F7 and 63. RGB value is (20,247,99). Sum of RGB (Red+Green+Blue) = 20+247+99=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #14F763 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F763 is #EB089C. Grayscale: #A2A2A2. Windows color (decimal): -15403165 or 6551316. OLE color: 6551316.

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

Color convert

RGB2024799-
CMYK0.9200.600.03
HSL140.88º93.42%52.35%-
HSV(B)140.88º91.9%96.86%-
XYZ35.867.5722.96-
YUV162.2692.2926.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.46%
GREEN value IS 247 (96.88% from 255) = 67.49%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=5.46%
G=67.49%
B=27.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20247990.9200.600.03140.8893.4252.35
Hex14F7635C03C38d5d34
Octal24367143134074321513564
Binary101001111011111000111011100011110011100011011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,247,99); }

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

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

 a { background-color: rgb(20,247,99); }

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

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

 span { border-color: rgb(20,247,99); }

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