Html Css Color HEX #14C557 Malachite

📋 copy color: '#14C557'

red 20 ◦ green 197 ◦ blue 87

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

Shades of Malachite #14C557

Tints of Malachite #14C557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 64.8%

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

R = 6.58%
G = 64.8%
B = 28.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#14C557 (or 0x14C557) is known color: Malachite. HEX triplet: 14, C5 and 57. RGB value is (20,197,87). Sum of RGB (Red+Green+Blue) = 20+197+87=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #14C557 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C557 is #EB3AA8. Grayscale: #838383. Windows color (decimal): -15415977 or 5752084. OLE color: 5752084.

HSL color Cylindrical-coordinate representation of color #14C557: hue angle of 142.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C557 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 87 -
CMYK 0.90 0 0.56 0.23
HSL 142.71º 0.82% 0.43% -
HSV(B) 142.71º 0.9% 0.77% -
XYZ 21.98 40.77 15.73 -
YUV 131.54 102.86 48.44 -
System Red Green Blue C M Y K H S L
Decimal 20 197 87 0.90 0 0.56 0.23 142.71 0.82 0.43
Hex 14 C5 57 5A 0 38 17 8F 52 2B
Octal 24 305 127 132 0 70 27 217 122 53
Binary 10100 11000101 1010111 1011010 0 111000 10111 10001111 1010010 101011

Color Harmonies of #14C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C557

Black with #14C557

Text Example


Text Example

White with #14C557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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