#14E055

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

Shades of Malachite #14E055

Tints of Malachite #14E055

Color information

#14E055 (or 0x14E055) is unknown color: approx Malachite. HEX triplet: 14, E0 and 55. RGB value is (20,224,85). Sum of RGB (Red+Green+Blue) = 20+224+85=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #14E055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E055 is #EB1FAA. Grayscale: #939393. Windows color (decimal): -15409067 or 5627924. OLE color: 5627924.

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

Color convert

RGB2022485-
CMYK0.9100.620.12
HSL139.12º83.61%47.84%-
HSV(B)139.12º91.07%87.84%-
XYZ28.5854.1217.53-
YUV147.1692.9137.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 224 (87.89% from 255) = 68.09%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=6.08%
G=68.09%
B=25.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20224850.9100.620.12139.1283.6147.84
Hex14E0555B03EC8b5430
Octal243401251330761421312460
Binary10100111000001010101101101101111101100100010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,224,85); }

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

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

 a { background-color: rgb(20,224,85); }

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

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

 span { border-color: rgb(20,224,85); }

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