Html Css Color HEX #14BD57 Malachite

📋 copy color: '#14BD57'

red 20 ◦ green 189 ◦ blue 87

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

Shades of Malachite #14BD57

Tints of Malachite #14BD57

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.85%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 6.76%
G = 63.85%
B = 29.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#14BD57 (or 0x14BD57) is known color: Malachite. HEX triplet: 14, BD and 57. RGB value is (20,189,87). Sum of RGB (Red+Green+Blue) = 20+189+87=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD57 is #EB42A8. Grayscale: #7F7F7F. Windows color (decimal): -15418025 or 5750036. OLE color: 5750036.

HSL color Cylindrical-coordinate representation of color #14BD57: hue angle of 143.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD57 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 87 -
CMYK 0.89 0 0.54 0.26
HSL 143.79º 0.81% 0.41% -
HSV(B) 143.79º 0.89% 0.74% -
XYZ 20.21 37.23 15.14 -
YUV 126.84 105.51 51.79 -
System Red Green Blue C M Y K H S L
Decimal 20 189 87 0.89 0 0.54 0.26 143.79 0.81 0.41
Hex 14 BD 57 59 0 36 1A 90 51 29
Octal 24 275 127 131 0 66 32 220 121 51
Binary 10100 10111101 1010111 1011001 0 110110 11010 10010000 1010001 101001

Color Harmonies of #14BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD57

Black with #14BD57

Text Example


Text Example

White with #14BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,87); }

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

background-color css

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

 a { background-color: rgb(20,189,87); }

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

border-color css

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

 span { border-color: rgb(20,189,87); }

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