Html Css Color HEX #14C563 Malachite

📋 copy color: '#14C563'

red 20 ◦ green 197 ◦ blue 99

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

Shades of Malachite #14C563

Tints of Malachite #14C563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 6.33%
G = 62.34%
B = 31.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#14C563 (or 0x14C563) is known color: Malachite. HEX triplet: 14, C5 and 63. RGB value is (20,197,99). Sum of RGB (Red+Green+Blue) = 20+197+99=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #14C563 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C563 is #EB3A9C. Grayscale: #858585. Windows color (decimal): -15415965 or 6538516. OLE color: 6538516.

HSL color Cylindrical-coordinate representation of color #14C563: hue angle of 146.78º 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 #14C563 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 99 -
CMYK 0.90 0 0.50 0.23
HSL 146.78º 0.82% 0.43% -
HSV(B) 146.78º 0.9% 0.77% -
XYZ 22.51 40.98 18.53 -
YUV 132.91 108.86 47.47 -
System Red Green Blue C M Y K H S L
Decimal 20 197 99 0.90 0 0.50 0.23 146.78 0.82 0.43
Hex 14 C5 63 5A 0 32 17 93 52 2B
Octal 24 305 143 132 0 62 27 223 122 53
Binary 10100 11000101 1100011 1011010 0 110010 10111 10010011 1010010 101011

Color Harmonies of #14C563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C563

Black with #14C563

Text Example


Text Example

White with #14C563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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