Html Css Color HEX #14D145 Malachite

📋 copy color: '#14D145'

red 20 ◦ green 209 ◦ blue 69

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

Shades of Malachite #14D145

Tints of Malachite #14D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.13%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 6.71%
G = 70.13%
B = 23.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#14D145 (or 0x14D145) is known color: Malachite. HEX triplet: 14, D1 and 45. RGB value is (20,209,69). Sum of RGB (Red+Green+Blue) = 20+209+69=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 209 (82.03% from 255 or 70.13% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 209 - color contains mainly: green. Hex color #14D145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D145 is #EB2EBA. Grayscale: #888888. Windows color (decimal): -15412923 or 4575508. OLE color: 4575508.

HSL color Cylindrical-coordinate representation of color #14D145: hue angle of 135.56º 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 #14D145 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 209 69 -
CMYK 0.90 0 0.67 0.18
HSL 135.56º 0.83% 0.45% -
HSV(B) 135.56º 0.9% 0.82% -
XYZ 24.16 46.18 13.27 -
YUV 136.53 89.88 44.88 -
System Red Green Blue C M Y K H S L
Decimal 20 209 69 0.90 0 0.67 0.18 135.56 0.83 0.45
Hex 14 D1 45 5A 0 43 12 88 53 2D
Octal 24 321 105 132 0 103 22 210 123 55
Binary 10100 11010001 1000101 1011010 0 1000011 10010 10001000 1010011 101101

Color Harmonies of #14D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D145

Black with #14D145

Text Example


Text Example

White with #14D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,209,69); }

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

background-color css

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

 a { background-color: rgb(20,209,69); }

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

border-color css

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

 span { border-color: rgb(20,209,69); }

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