Html Css Color HEX #14C561 Malachite

📋 copy color: '#14C561'

red 20 ◦ green 197 ◦ blue 97

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

Shades of Malachite #14C561

Tints of Malachite #14C561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.74%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 6.37%
G = 62.74%
B = 30.89%

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

#14C561 (or 0x14C561) is known color: Malachite. HEX triplet: 14, C5 and 61. RGB value is (20,197,97). Sum of RGB (Red+Green+Blue) = 20+197+97=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #14C561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C561 is #EB3A9E. Grayscale: #848484. Windows color (decimal): -15415967 or 6407444. OLE color: 6407444.

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

Color convert

RGB 20 197 97 -
CMYK 0.90 0 0.51 0.23
HSL 146.1º 0.82% 0.43% -
HSV(B) 146.1º 0.9% 0.77% -
XYZ 22.41 40.94 18.03 -
YUV 132.68 107.86 47.63 -
System Red Green Blue C M Y K H S L
Decimal 20 197 97 0.90 0 0.51 0.23 146.1 0.82 0.43
Hex 14 C5 61 5A 0 33 17 92 52 2B
Octal 24 305 141 132 0 63 27 222 122 53
Binary 10100 11000101 1100001 1011010 0 110011 10111 10010010 1010010 101011

Color Harmonies of #14C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C561

Black with #14C561

Text Example


Text Example

White with #14C561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,197,97); }

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

background-color css

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

 a { background-color: rgb(20,197,97); }

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

border-color css

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

 span { border-color: rgb(20,197,97); }

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