Html Css Color HEX #14CC6F Malachite

📋 copy color: '#14CC6F'

red 20 ◦ green 204 ◦ blue 111

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

Shades of Malachite #14CC6F

Tints of Malachite #14CC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.9%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 5.97%
G = 60.9%
B = 33.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#14CC6F (or 0x14CC6F) is known color: Malachite. HEX triplet: 14, CC and 6F. RGB value is (20,204,111). Sum of RGB (Red+Green+Blue) = 20+204+111=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC6F is #EB3390. Grayscale: #8A8A8A. Windows color (decimal): -15414161 or 7326740. OLE color: 7326740.

HSL color Cylindrical-coordinate representation of color #14CC6F: hue angle of 149.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC6F is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 111 -
CMYK 0.90 0 0.46 0.2
HSL 149.67º 0.82% 0.44% -
HSV(B) 149.67º 0.9% 0.8% -
XYZ 24.75 44.48 22.32 -
YUV 138.38 112.54 43.56 -
System Red Green Blue C M Y K H S L
Decimal 20 204 111 0.90 0 0.46 0.2 149.67 0.82 0.44
Hex 14 CC 6F 5A 0 2E 14 96 52 2C
Octal 24 314 157 132 0 56 24 226 122 54
Binary 10100 11001100 1101111 1011010 0 101110 10100 10010110 1010010 101100

Color Harmonies of #14CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC6F

Black with #14CC6F

Text Example


Text Example

White with #14CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,111); }

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

background-color css

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

 a { background-color: rgb(20,204,111); }

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

border-color css

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

 span { border-color: rgb(20,204,111); }

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