Html Css Color HEX #14D55C Malachite

📋 copy color: '#14D55C'

red 20 ◦ green 213 ◦ blue 92

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

Shades of Malachite #14D55C

Tints of Malachite #14D55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.54%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 6.15%
G = 65.54%
B = 28.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#14D55C (or 0x14D55C) is known color: Malachite. HEX triplet: 14, D5 and 5C. RGB value is (20,213,92). Sum of RGB (Red+Green+Blue) = 20+213+92=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #14D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D55C is #EB2AA3. Grayscale: #8D8D8D. Windows color (decimal): -15411876 or 6083860. OLE color: 6083860.

HSL color Cylindrical-coordinate representation of color #14D55C: hue angle of 142.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D55C is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 92 -
CMYK 0.91 0 0.57 0.16
HSL 142.38º 0.83% 0.46% -
HSV(B) 142.38º 0.91% 0.84% -
XYZ 26.01 48.51 18.12 -
YUV 141.5 100.06 41.34 -
System Red Green Blue C M Y K H S L
Decimal 20 213 92 0.91 0 0.57 0.16 142.38 0.83 0.46
Hex 14 D5 5C 5B 0 39 10 8E 53 2E
Octal 24 325 134 133 0 71 20 216 123 56
Binary 10100 11010101 1011100 1011011 0 111001 10000 10001110 1010011 101110

Color Harmonies of #14D55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D55C

Black with #14D55C

Text Example


Text Example

White with #14D55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,92); }

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

background-color css

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

 a { background-color: rgb(20,213,92); }

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

border-color css

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

 span { border-color: rgb(20,213,92); }

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