#14CE55

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

Shades of Malachite #14CE55

Tints of Malachite #14CE55

Color information

#14CE55 (or 0x14CE55) is unknown color: approx Malachite. HEX triplet: 14, CE and 55. RGB value is (20,206,85). Sum of RGB (Red+Green+Blue) = 20+206+85=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 206 (80.86% from 255 or 66.24% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE55 is #EB31AA. Grayscale: #888888. Windows color (decimal): -15413675 or 5623316. OLE color: 5623316.

HSL color Cylindrical-coordinate representation of color #14CE55: hue angle of 140.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE55 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2020685-
CMYK0.9000.590.19
HSL140.97º82.3%44.31%-
HSV(B)140.97º90.29%80.78%-
XYZ2444.9516.01-
YUV136.5998.8844.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.43%
GREEN value IS 206 (80.86% from 255) = 66.24%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=6.43%
G=66.24%
B=27.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20206850.9000.590.19140.9782.344.31
Hex14CE555A03B138d522c
Octal243161251320732321512254
Binary101001100111010101011011010011101110011100011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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