#14E268

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

Shades of Malachite #14E268

Tints of Malachite #14E268

Color information

#14E268 (or 0x14E268) is unknown color: approx Malachite. HEX triplet: 14, E2 and 68. RGB value is (20,226,104). Sum of RGB (Red+Green+Blue) = 20+226+104=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #14E268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E268 is #EB1D97. Grayscale: #969696. Windows color (decimal): -15408536 or 6873620. OLE color: 6873620.

HSL color Cylindrical-coordinate representation of color #14E268: hue angle of 144.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E268 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB20226104-
CMYK0.9100.540.11
HSL144.47º83.74%48.24%-
HSV(B)144.47º91.15%88.63%-
XYZ29.9855.5422.24-
YUV150.5101.7534.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 226 (88.67% from 255) = 64.57%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=5.71%
G=64.57%
B=29.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202261040.9100.540.11144.4783.7448.24
Hex14E2685B036B905430
Octal243421501330661322012460
Binary10100111000101101000101101101101101011100100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,226,104); }

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

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

 a { background-color: rgb(20,226,104); }

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

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

 span { border-color: rgb(20,226,104); }

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