Html Css Color HEX #14C462 Malachite

📋 copy color: '#14C462'

red 20 ◦ green 196 ◦ blue 98

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

Shades of Malachite #14C462

Tints of Malachite #14C462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 6.37%
G = 62.42%
B = 31.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#14C462 (or 0x14C462) is known color: Malachite. HEX triplet: 14, C4 and 62. RGB value is (20,196,98). Sum of RGB (Red+Green+Blue) = 20+196+98=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #14C462 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C462 is #EB3B9D. Grayscale: #848484. Windows color (decimal): -15416222 or 6472724. OLE color: 6472724.

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

Color convert

RGB 20 196 98 -
CMYK 0.90 0 0.5 0.23
HSL 146.59º 0.81% 0.42% -
HSV(B) 146.59º 0.9% 0.77% -
XYZ 22.23 40.51 18.2 -
YUV 132.2 108.69 47.97 -
System Red Green Blue C M Y K H S L
Decimal 20 196 98 0.90 0 0.5 0.23 146.59 0.81 0.42
Hex 14 C4 62 5A 0 32 17 93 51 2A
Octal 24 304 142 132 0 62 27 223 121 52
Binary 10100 11000100 1100010 1011010 0 110010 10111 10010011 1010001 101010

Color Harmonies of #14C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C462

Black with #14C462

Text Example


Text Example

White with #14C462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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