Html Css Color HEX #14C64F Malachite

📋 copy color: '#14C64F'

red 20 ◦ green 198 ◦ blue 79

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

Shades of Malachite #14C64F

Tints of Malachite #14C64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.67%

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 6.73%
G = 66.67%
B = 26.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#14C64F (or 0x14C64F) is known color: Malachite. HEX triplet: 14, C6 and 4F. RGB value is (20,198,79). Sum of RGB (Red+Green+Blue) = 20+198+79=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #14C64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C64F is #EB39B0. Grayscale: #838383. Windows color (decimal): -15415729 or 5228052. OLE color: 5228052.

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

Color convert

RGB 20 198 79 -
CMYK 0.90 0 0.60 0.22
HSL 139.89º 0.82% 0.43% -
HSV(B) 139.89º 0.9% 0.78% -
XYZ 21.89 41.1 14.18 -
YUV 131.21 98.53 48.68 -
System Red Green Blue C M Y K H S L
Decimal 20 198 79 0.90 0 0.60 0.22 139.89 0.82 0.43
Hex 14 C6 4F 5A 0 3C 16 8C 52 2B
Octal 24 306 117 132 0 74 26 214 122 53
Binary 10100 11000110 1001111 1011010 0 111100 10110 10001100 1010010 101011

Color Harmonies of #14C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C64F

Black with #14C64F

Text Example


Text Example

White with #14C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,79); }

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

background-color css

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

 a { background-color: rgb(20,198,79); }

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

border-color css

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

 span { border-color: rgb(20,198,79); }

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