Html Css Color HEX #14D856 Malachite

📋 copy color: '#14D856'

red 20 ◦ green 216 ◦ blue 86

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

Shades of Malachite #14D856

Tints of Malachite #14D856

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.08%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 6.21%
G = 67.08%
B = 26.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#14D856 (or 0x14D856) is known color: Malachite. HEX triplet: 14, D8 and 56. RGB value is (20,216,86). Sum of RGB (Red+Green+Blue) = 20+216+86=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #14D856 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D856 is #EB27A9. Grayscale: #8E8E8E. Windows color (decimal): -15411114 or 5691412. OLE color: 5691412.

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

Color convert

RGB 20 216 86 -
CMYK 0.91 0 0.60 0.15
HSL 140.2º 0.83% 0.46% -
HSV(B) 140.2º 0.91% 0.85% -
XYZ 26.52 49.93 17.04 -
YUV 142.58 96.07 40.57 -
System Red Green Blue C M Y K H S L
Decimal 20 216 86 0.91 0 0.60 0.15 140.2 0.83 0.46
Hex 14 D8 56 5B 0 3C F 8C 53 2E
Octal 24 330 126 133 0 74 17 214 123 56
Binary 10100 11011000 1010110 1011011 0 111100 1111 10001100 1010011 101110

Color Harmonies of #14D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D856

Black with #14D856

Text Example


Text Example

White with #14D856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,86); }

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

background-color css

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

 a { background-color: rgb(20,216,86); }

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

border-color css

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

 span { border-color: rgb(20,216,86); }

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