Html Css Color HEX #14D855 Malachite

📋 copy color: '#14D855'

red 20 ◦ green 216 ◦ blue 85

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

Shades of Malachite #14D855

Tints of Malachite #14D855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 6.23%
G = 67.29%
B = 26.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#14D855 (or 0x14D855) is known color: Malachite. HEX triplet: 14, D8 and 55. RGB value is (20,216,85). Sum of RGB (Red+Green+Blue) = 20+216+85=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #14D855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D855 is #EB27AA. Grayscale: #8E8E8E. Windows color (decimal): -15411115 or 5625876. OLE color: 5625876.

HSL color Cylindrical-coordinate representation of color #14D855: hue angle of 139.9º 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 #14D855 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 216 85 -
CMYK 0.91 0 0.61 0.15
HSL 139.9º 0.83% 0.46% -
HSV(B) 139.9º 0.91% 0.85% -
XYZ 26.48 49.92 16.83 -
YUV 142.46 95.57 40.65 -
System Red Green Blue C M Y K H S L
Decimal 20 216 85 0.91 0 0.61 0.15 139.9 0.83 0.46
Hex 14 D8 55 5B 0 3D F 8C 53 2E
Octal 24 330 125 133 0 75 17 214 123 56
Binary 10100 11011000 1010101 1011011 0 111101 1111 10001100 1010011 101110

Color Harmonies of #14D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D855

Black with #14D855

Text Example


Text Example

White with #14D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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