Html Css Color HEX #14D955 Malachite

📋 copy color: '#14D955'

red 20 ◦ green 217 ◦ blue 85

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

Shades of Malachite #14D955

Tints of Malachite #14D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.39%

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

R = 6.21%
G = 67.39%
B = 26.4%

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

#14D955 (or 0x14D955) is known color: Malachite. HEX triplet: 14, D9 and 55. RGB value is (20,217,85). Sum of RGB (Red+Green+Blue) = 20+217+85=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #14D955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D955 is #EB26AA. Grayscale: #8F8F8F. Windows color (decimal): -15410859 or 5626132. OLE color: 5626132.

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

Color convert

RGB 20 217 85 -
CMYK 0.91 0 0.61 0.15
HSL 139.8º 0.83% 0.46% -
HSV(B) 139.8º 0.91% 0.85% -
XYZ 26.74 50.43 16.92 -
YUV 143.05 95.23 40.23 -
System Red Green Blue C M Y K H S L
Decimal 20 217 85 0.91 0 0.61 0.15 139.8 0.83 0.46
Hex 14 D9 55 5B 0 3D F 8C 53 2E
Octal 24 331 125 133 0 75 17 214 123 56
Binary 10100 11011001 1010101 1011011 0 111101 1111 10001100 1010011 101110

Color Harmonies of #14D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D955

Black with #14D955

Text Example


Text Example

White with #14D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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