Html Css Color HEX #14BD58 Malachite

📋 copy color: '#14BD58'

red 20 ◦ green 189 ◦ blue 88

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

Shades of Malachite #14BD58

Tints of Malachite #14BD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 6.73%
G = 63.64%
B = 29.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#14BD58 (or 0x14BD58) is known color: Malachite. HEX triplet: 14, BD and 58. RGB value is (20,189,88). Sum of RGB (Red+Green+Blue) = 20+189+88=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD58 is #EB42A7. Grayscale: #7F7F7F. Windows color (decimal): -15418024 or 5815572. OLE color: 5815572.

HSL color Cylindrical-coordinate representation of color #14BD58: hue angle of 144.14º 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 #14BD58 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 88 -
CMYK 0.89 0 0.53 0.26
HSL 144.14º 0.81% 0.41% -
HSV(B) 144.14º 0.89% 0.74% -
XYZ 20.25 37.25 15.36 -
YUV 126.96 106.01 51.71 -
System Red Green Blue C M Y K H S L
Decimal 20 189 88 0.89 0 0.53 0.26 144.14 0.81 0.41
Hex 14 BD 58 59 0 35 1A 90 51 29
Octal 24 275 130 131 0 65 32 220 121 51
Binary 10100 10111101 1011000 1011001 0 110101 11010 10010000 1010001 101001

Color Harmonies of #14BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD58

Black with #14BD58

Text Example


Text Example

White with #14BD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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