Html Css Color HEX #14DC3A Malachite

📋 copy color: '#14DC3A'

red 20 ◦ green 220 ◦ blue 58

#14DC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #14DC3A

Tints of Malachite #14DC3A

RGB

 RED value IS 20 (8.2% from 255) = 6.71%

 GREEN value IS 220 (86.33% from 255) = 73.83%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 6.71%
G = 73.83%
B = 19.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#14DC3A (or 0x14DC3A) is known color: Malachite. HEX triplet: 14, DC and 3A. RGB value is (20,220,58). Sum of RGB (Red+Green+Blue) = 20+220+58=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC3A is #EB23C5. Grayscale: #8E8E8E. Windows color (decimal): -15410118 or 3857428. OLE color: 3857428.

HSL color Cylindrical-coordinate representation of color #14DC3A: hue angle of 131.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC3A is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 58 -
CMYK 0.91 0 0.74 0.14
HSL 131.4º 0.83% 0.47% -
HSV(B) 131.4º 0.91% 0.86% -
XYZ 26.65 51.64 12.57 -
YUV 141.73 80.74 41.17 -
System Red Green Blue C M Y K H S L
Decimal 20 220 58 0.91 0 0.74 0.14 131.4 0.83 0.47
Hex 14 DC 3A 5B 0 4A E 83 53 2F
Octal 24 334 72 133 0 112 16 203 123 57
Binary 10100 11011100 111010 1011011 0 1001010 1110 10000011 1010011 101111

Color Harmonies of #14DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC3A

Black with #14DC3A

Text Example


Text Example

White with #14DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,220,58); }

 H1.HeaderClassName
 {
   color: #14DC3A;
 }
 .AnyTagClassName
 {
   color: #14DC3A;
 }
</style>

background-color css

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

 a { background-color: rgb(20,220,58); }

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

border-color css

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

 span { border-color: rgb(20,220,58); }

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