#14EF36

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

Shades of Malachite #14EF36

Tints of Malachite #14EF36

Color information

#14EF36 (or 0x14EF36) is unknown color: approx Malachite. HEX triplet: 14, EF and 36. RGB value is (20,239,54). Sum of RGB (Red+Green+Blue) = 20+239+54=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 239 (93.75% from 255 or 76.36% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EF36 is #EB10C9. Grayscale: #989898. Windows color (decimal): -15405258 or 3600148. OLE color: 3600148.

HSL color Cylindrical-coordinate representation of color #14EF36: hue angle of 129.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF36 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB2023954-
CMYK0.9200.770.06
HSL129.32º87.25%50.78%-
HSV(B)129.32º91.63%93.73%-
XYZ31.8262.1513.81-
YUV152.4372.4533.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 239 (93.75% from 255) = 76.36%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=6.39%
G=76.36%
B=17.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20239540.9200.770.06129.3287.2550.78
Hex14EF365C04D6815733
Octal24357661340115620112763
Binary1010011101111110110101110001001101110100000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,239,54); }

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

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

 a { background-color: rgb(20,239,54); }

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

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

 span { border-color: rgb(20,239,54); }

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