Html Css Color HEX #14C555 Malachite

📋 copy color: '#14C555'

red 20 ◦ green 197 ◦ blue 85

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

Shades of Malachite #14C555

Tints of Malachite #14C555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 6.62%
G = 65.23%
B = 28.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#14C555 (or 0x14C555) is known color: Malachite. HEX triplet: 14, C5 and 55. RGB value is (20,197,85). Sum of RGB (Red+Green+Blue) = 20+197+85=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #14C555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C555 is #EB3AAA. Grayscale: #838383. Windows color (decimal): -15415979 or 5621012. OLE color: 5621012.

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

Color convert

RGB 20 197 85 -
CMYK 0.90 0 0.57 0.23
HSL 142.03º 0.82% 0.43% -
HSV(B) 142.03º 0.9% 0.77% -
XYZ 21.89 40.74 15.3 -
YUV 131.31 101.86 48.61 -
System Red Green Blue C M Y K H S L
Decimal 20 197 85 0.90 0 0.57 0.23 142.03 0.82 0.43
Hex 14 C5 55 5A 0 39 17 8E 52 2B
Octal 24 305 125 132 0 71 27 216 122 53
Binary 10100 11000101 1010101 1011010 0 111001 10111 10001110 1010010 101011

Color Harmonies of #14C555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C555

Black with #14C555

Text Example


Text Example

White with #14C555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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