Html Css Color HEX #14D85D Malachite

📋 copy color: '#14D85D'

red 20 ◦ green 216 ◦ blue 93

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

Shades of Malachite #14D85D

Tints of Malachite #14D85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 6.08%
G = 65.65%
B = 28.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#14D85D (or 0x14D85D) is known color: Malachite. HEX triplet: 14, D8 and 5D. RGB value is (20,216,93). Sum of RGB (Red+Green+Blue) = 20+216+93=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #14D85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D85D is #EB27A2. Grayscale: #8F8F8F. Windows color (decimal): -15411107 or 6150164. OLE color: 6150164.

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

Color convert

RGB 20 216 93 -
CMYK 0.91 0 0.57 0.15
HSL 142.35º 0.83% 0.46% -
HSV(B) 142.35º 0.91% 0.85% -
XYZ 26.82 50.05 18.6 -
YUV 143.37 99.57 40 -
System Red Green Blue C M Y K H S L
Decimal 20 216 93 0.91 0 0.57 0.15 142.35 0.83 0.46
Hex 14 D8 5D 5B 0 39 F 8E 53 2E
Octal 24 330 135 133 0 71 17 216 123 56
Binary 10100 11011000 1011101 1011011 0 111001 1111 10001110 1010011 101110

Color Harmonies of #14D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D85D

Black with #14D85D

Text Example


Text Example

White with #14D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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