#14EE3F

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

Shades of Malachite #14EE3F

Tints of Malachite #14EE3F

Color information

#14EE3F (or 0x14EE3F) is unknown color: approx Malachite. HEX triplet: 14, EE and 3F. RGB value is (20,238,63). Sum of RGB (Red+Green+Blue) = 20+238+63=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE3F is #EB11C0. Grayscale: #999999. Windows color (decimal): -15405505 or 4189716. OLE color: 4189716.

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

Color convert

RGB2023863-
CMYK0.9200.740.07
HSL131.83º86.51%50.59%-
HSV(B)131.83º91.6%93.33%-
XYZ31.7661.6614.93-
YUV152.8777.2833.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.23%
GREEN value IS 238 (93.36% from 255) = 74.14%
BLUE value IS 63 (25% from 255) = 19.63%
R=6.23%
G=74.14%
B=19.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20238630.9200.740.07131.8386.5150.59
Hex14EE3F5C04A7845733
Octal24356771340112720412763
Binary1010011101110111111101110001001010111100001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,238,63); }

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

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

 a { background-color: rgb(20,238,63); }

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

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

 span { border-color: rgb(20,238,63); }

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