#14F362

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

Shades of Malachite #14F362

Tints of Malachite #14F362

Color information

#14F362 (or 0x14F362) is unknown color: approx Malachite. HEX triplet: 14, F3 and 62. RGB value is (20,243,98). Sum of RGB (Red+Green+Blue) = 20+243+98=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #14F362 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F362 is #EB0C9D. Grayscale: #A0A0A0. Windows color (decimal): -15404190 or 6484756. OLE color: 6484756.

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

Color convert

RGB2024398-
CMYK0.9200.600.05
HSL140.99º90.28%51.57%-
HSV(B)140.99º91.77%95.29%-
XYZ34.5465.1322.31-
YUV159.7993.1228.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.54%
GREEN value IS 243 (95.31% from 255) = 67.31%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=5.54%
G=67.31%
B=27.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20243980.9200.600.05140.9990.2851.57
Hex14F3625C03C58d5a34
Octal24363142134074521513264
Binary1010011110011110001010111000111100101100011011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,243,98); }

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

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

 a { background-color: rgb(20,243,98); }

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

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

 span { border-color: rgb(20,243,98); }

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