Html Css Color HEX #14C764 Malachite

📋 copy color: '#14C764'

red 20 ◦ green 199 ◦ blue 100

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

Shades of Malachite #14C764

Tints of Malachite #14C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.38%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 6.27%
G = 62.38%
B = 31.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#14C764 (or 0x14C764) is known color: Malachite. HEX triplet: 14, C7 and 64. RGB value is (20,199,100). Sum of RGB (Red+Green+Blue) = 20+199+100=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #14C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C764 is #EB389B. Grayscale: #868686. Windows color (decimal): -15415452 or 6604564. OLE color: 6604564.

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

Color convert

RGB 20 199 100 -
CMYK 0.90 0 0.50 0.22
HSL 146.82º 0.82% 0.43% -
HSV(B) 146.82º 0.9% 0.78% -
XYZ 23.01 41.92 18.93 -
YUV 134.19 108.7 46.55 -
System Red Green Blue C M Y K H S L
Decimal 20 199 100 0.90 0 0.50 0.22 146.82 0.82 0.43
Hex 14 C7 64 5A 0 32 16 93 52 2B
Octal 24 307 144 132 0 62 26 223 122 53
Binary 10100 11000111 1100100 1011010 0 110010 10110 10010011 1010010 101011

Color Harmonies of #14C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C764

Black with #14C764

Text Example


Text Example

White with #14C764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,199,100); }

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

background-color css

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

 a { background-color: rgb(20,199,100); }

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

border-color css

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

 span { border-color: rgb(20,199,100); }

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