Html Css Color HEX #14D844 Malachite

📋 copy color: '#14D844'

red 20 ◦ green 216 ◦ blue 68

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

Shades of Malachite #14D844

Tints of Malachite #14D844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 6.58%
G = 71.05%
B = 22.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#14D844 (or 0x14D844) is known color: Malachite. HEX triplet: 14, D8 and 44. RGB value is (20,216,68). Sum of RGB (Red+Green+Blue) = 20+216+68=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #14D844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D844 is #EB27BB. Grayscale: #8C8C8C. Windows color (decimal): -15411132 or 4511764. OLE color: 4511764.

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

Color convert

RGB 20 216 68 -
CMYK 0.91 0 0.69 0.15
HSL 134.69º 0.83% 0.46% -
HSV(B) 134.69º 0.91% 0.85% -
XYZ 25.89 49.68 13.69 -
YUV 140.52 87.07 42.03 -
System Red Green Blue C M Y K H S L
Decimal 20 216 68 0.91 0 0.69 0.15 134.69 0.83 0.46
Hex 14 D8 44 5B 0 45 F 87 53 2E
Octal 24 330 104 133 0 105 17 207 123 56
Binary 10100 11011000 1000100 1011011 0 1000101 1111 10000111 1010011 101110

Color Harmonies of #14D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D844

Black with #14D844

Text Example


Text Example

White with #14D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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