Html Css Color HEX #14C460 Malachite

📋 copy color: '#14C460'

red 20 ◦ green 196 ◦ blue 96

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

Shades of Malachite #14C460

Tints of Malachite #14C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.82%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 6.41%
G = 62.82%
B = 30.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#14C460 (or 0x14C460) is known color: Malachite. HEX triplet: 14, C4 and 60. RGB value is (20,196,96). Sum of RGB (Red+Green+Blue) = 20+196+96=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #14C460 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C460 is #EB3B9F. Grayscale: #848484. Windows color (decimal): -15416224 or 6341652. OLE color: 6341652.

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

Color convert

RGB 20 196 96 -
CMYK 0.90 0 0.51 0.23
HSL 145.91º 0.81% 0.42% -
HSV(B) 145.91º 0.9% 0.77% -
XYZ 22.14 40.47 17.71 -
YUV 131.98 107.69 48.13 -
System Red Green Blue C M Y K H S L
Decimal 20 196 96 0.90 0 0.51 0.23 145.91 0.81 0.42
Hex 14 C4 60 5A 0 33 17 92 51 2A
Octal 24 304 140 132 0 63 27 222 121 52
Binary 10100 11000100 1100000 1011010 0 110011 10111 10010010 1010001 101010

Color Harmonies of #14C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C460

Black with #14C460

Text Example


Text Example

White with #14C460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,196,96); }

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

background-color css

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

 a { background-color: rgb(20,196,96); }

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

border-color css

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

 span { border-color: rgb(20,196,96); }

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