#14DF67

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

Shades of Malachite #14DF67

Tints of Malachite #14DF67

Color information

#14DF67 (or 0x14DF67) is unknown color: approx Malachite. HEX triplet: 14, DF and 67. RGB value is (20,223,103). Sum of RGB (Red+Green+Blue) = 20+223+103=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DF67 is #EB2098. Grayscale: #949494. Windows color (decimal): -15409305 or 6807316. OLE color: 6807316.

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

Color convert

RGB20223103-
CMYK0.9100.540.13
HSL144.53º83.54%47.65%-
HSV(B)144.53º91.03%87.45%-
XYZ29.1253.921.7-
YUV148.62102.2536.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 223 (87.5% from 255) = 64.45%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=5.78%
G=64.45%
B=29.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202231030.9100.540.13144.5383.5447.65
Hex14DF675B036D915430
Octal243371471330661522112460
Binary10100110111111100111101101101101101101100100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,223,103); }

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

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

 a { background-color: rgb(20,223,103); }

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

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

 span { border-color: rgb(20,223,103); }

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