#14D265

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

Shades of Malachite #14D265

Tints of Malachite #14D265

Color information

#14D265 (or 0x14D265) is unknown color: approx Malachite. HEX triplet: 14, D2 and 65. RGB value is (20,210,101). Sum of RGB (Red+Green+Blue) = 20+210+101=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #14D265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D265 is #EB2D9A. Grayscale: #8D8D8D. Windows color (decimal): -15412635 or 6672916. OLE color: 6672916.

HSL color Cylindrical-coordinate representation of color #14D265: hue angle of 145.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D265 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20210101-
CMYK0.9000.520.18
HSL145.58º82.61%45.1%-
HSV(B)145.58º90.48%82.35%-
XYZ25.6847.1820.07-
YUV140.76105.5541.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.04%
GREEN value IS 210 (82.42% from 255) = 63.44%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=6.04%
G=63.44%
B=30.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202101010.9000.520.18145.5882.6145.1
Hex14D2655A0341292532d
Octal243221451320642222212355
Binary101001101001011001011011010011010010010100100101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,210,101); }

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

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

 a { background-color: rgb(20,210,101); }

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

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

 span { border-color: rgb(20,210,101); }

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