Html Css Color HEX #14C965 Malachite

📋 copy color: '#14C965'

red 20 ◦ green 201 ◦ blue 101

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

Shades of Malachite #14C965

Tints of Malachite #14C965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 6.21%
G = 62.42%
B = 31.37%

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

#14C965 (or 0x14C965) is known color: Malachite. HEX triplet: 14, C9 and 65. RGB value is (20,201,101). Sum of RGB (Red+Green+Blue) = 20+201+101=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #14C965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C965 is #EB369A. Grayscale: #878787. Windows color (decimal): -15414939 or 6670612. OLE color: 6670612.

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

Color convert

RGB 20 201 101 -
CMYK 0.90 0 0.50 0.21
HSL 146.85º 0.82% 0.43% -
HSV(B) 146.85º 0.9% 0.79% -
XYZ 23.52 42.86 19.35 -
YUV 135.48 108.53 45.63 -
System Red Green Blue C M Y K H S L
Decimal 20 201 101 0.90 0 0.50 0.21 146.85 0.82 0.43
Hex 14 C9 65 5A 0 32 15 93 52 2B
Octal 24 311 145 132 0 62 25 223 122 53
Binary 10100 11001001 1100101 1011010 0 110010 10101 10010011 1010010 101011

Color Harmonies of #14C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C965

Black with #14C965

Text Example


Text Example

White with #14C965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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