Html Css Color HEX #14BF5D Malachite

📋 copy color: '#14BF5D'

red 20 ◦ green 191 ◦ blue 93

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

Shades of Malachite #14BF5D

Tints of Malachite #14BF5D

RGB

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

 GREEN value IS 191 (75% from 255) = 62.83%

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

R = 6.58%
G = 62.83%
B = 30.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#14BF5D (or 0x14BF5D) is known color: Malachite. HEX triplet: 14, BF and 5D. RGB value is (20,191,93). Sum of RGB (Red+Green+Blue) = 20+191+93=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF5D is #EB40A2. Grayscale: #808080. Windows color (decimal): -15417507 or 6143764. OLE color: 6143764.

HSL color Cylindrical-coordinate representation of color #14BF5D: hue angle of 145.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF5D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 93 -
CMYK 0.90 0 0.51 0.25
HSL 145.61º 0.81% 0.41% -
HSV(B) 145.61º 0.9% 0.75% -
XYZ 20.9 38.2 16.63 -
YUV 128.7 107.85 50.47 -
System Red Green Blue C M Y K H S L
Decimal 20 191 93 0.90 0 0.51 0.25 145.61 0.81 0.41
Hex 14 BF 5D 5A 0 33 19 92 51 29
Octal 24 277 135 132 0 63 31 222 121 51
Binary 10100 10111111 1011101 1011010 0 110011 11001 10010010 1010001 101001

Color Harmonies of #14BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF5D

Black with #14BF5D

Text Example


Text Example

White with #14BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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