Html Css Color HEX #14CC6C Malachite

📋 copy color: '#14CC6C'

red 20 ◦ green 204 ◦ blue 108

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

Shades of Malachite #14CC6C

Tints of Malachite #14CC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 6.02%
G = 61.45%
B = 32.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#14CC6C (or 0x14CC6C) is known color: Malachite. HEX triplet: 14, CC and 6C. RGB value is (20,204,108). Sum of RGB (Red+Green+Blue) = 20+204+108=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC6C is #EB3393. Grayscale: #8A8A8A. Windows color (decimal): -15414164 or 7130132. OLE color: 7130132.

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

Color convert

RGB 20 204 108 -
CMYK 0.90 0 0.47 0.2
HSL 148.7º 0.82% 0.44% -
HSV(B) 148.7º 0.9% 0.8% -
XYZ 24.59 44.42 21.46 -
YUV 138.04 111.04 43.81 -
System Red Green Blue C M Y K H S L
Decimal 20 204 108 0.90 0 0.47 0.2 148.7 0.82 0.44
Hex 14 CC 6C 5A 0 2F 14 95 52 2C
Octal 24 314 154 132 0 57 24 225 122 54
Binary 10100 11001100 1101100 1011010 0 101111 10100 10010101 1010010 101100

Color Harmonies of #14CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC6C

Black with #14CC6C

Text Example


Text Example

White with #14CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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