Html Css Color HEX #14C964 Malachite

📋 copy color: '#14C964'

red 20 ◦ green 201 ◦ blue 100

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

Shades of Malachite #14C964

Tints of Malachite #14C964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.62%

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 6.23%
G = 62.62%
B = 31.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#14C964 (or 0x14C964) is known color: Malachite. HEX triplet: 14, C9 and 64. RGB value is (20,201,100). Sum of RGB (Red+Green+Blue) = 20+201+100=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #14C964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C964 is #EB369B. Grayscale: #878787. Windows color (decimal): -15414940 or 6605076. OLE color: 6605076.

HSL color Cylindrical-coordinate representation of color #14C964: hue angle of 146.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C964 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 201 100 -
CMYK 0.90 0 0.50 0.21
HSL 146.52º 0.82% 0.43% -
HSV(B) 146.52º 0.9% 0.79% -
XYZ 23.48 42.84 19.09 -
YUV 135.37 108.03 45.71 -
System Red Green Blue C M Y K H S L
Decimal 20 201 100 0.90 0 0.50 0.21 146.52 0.82 0.43
Hex 14 C9 64 5A 0 32 15 93 52 2B
Octal 24 311 144 132 0 62 25 223 122 53
Binary 10100 11001001 1100100 1011010 0 110010 10101 10010011 1010010 101011

Color Harmonies of #14C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C964

Black with #14C964

Text Example


Text Example

White with #14C964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,100); }

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

background-color css

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

 a { background-color: rgb(20,201,100); }

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

border-color css

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

 span { border-color: rgb(20,201,100); }

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