Html Css Color HEX #14C368 Malachite

📋 copy color: '#14C368'

red 20 ◦ green 195 ◦ blue 104

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

Shades of Malachite #14C368

Tints of Malachite #14C368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.13%

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 6.27%
G = 61.13%
B = 32.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#14C368 (or 0x14C368) is known color: Malachite. HEX triplet: 14, C3 and 68. RGB value is (20,195,104). Sum of RGB (Red+Green+Blue) = 20+195+104=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #14C368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C368 is #EB3C97. Grayscale: #848484. Windows color (decimal): -15416472 or 6865684. OLE color: 6865684.

HSL color Cylindrical-coordinate representation of color #14C368: hue angle of 148.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C368 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 195 104 -
CMYK 0.90 0 0.47 0.24
HSL 148.8º 0.81% 0.42% -
HSV(B) 148.8º 0.9% 0.76% -
XYZ 22.3 40.18 19.68 -
YUV 132.3 112.02 47.9 -
System Red Green Blue C M Y K H S L
Decimal 20 195 104 0.90 0 0.47 0.24 148.8 0.81 0.42
Hex 14 C3 68 5A 0 2F 18 95 51 2A
Octal 24 303 150 132 0 57 30 225 121 52
Binary 10100 11000011 1101000 1011010 0 101111 11000 10010101 1010001 101010

Color Harmonies of #14C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C368

Black with #14C368

Text Example


Text Example

White with #14C368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,104); }

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

background-color css

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

 a { background-color: rgb(20,195,104); }

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

border-color css

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

 span { border-color: rgb(20,195,104); }

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