#14CA48

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

Shades of Malachite #14CA48

Tints of Malachite #14CA48

Color information

#14CA48 (or 0x14CA48) is unknown color: approx Malachite. HEX triplet: 14, CA and 48. RGB value is (20,202,72). Sum of RGB (Red+Green+Blue) = 20+202+72=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA48 is #EB35B7. Grayscale: #858585. Windows color (decimal): -15414712 or 4770324. OLE color: 4770324.

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

Color convert

RGB2020272-
CMYK0.9000.640.21
HSL137.14º81.98%43.53%-
HSV(B)137.14º90.1%79.22%-
XYZ22.5842.8613.21-
YUV132.7693.747.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.80%
GREEN value IS 202 (79.30% from 255) = 68.71%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=6.80%
G=68.71%
B=24.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20202720.9000.640.21137.1481.9843.53
Hex14CA485A0401589522c
Octal2431211013201002521112254
Binary1010011001010100100010110100100000010101100010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,202,72); }

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

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

 a { background-color: rgb(20,202,72); }

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

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

 span { border-color: rgb(20,202,72); }

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