Html Css Color HEX #14C154 Malachite

📋 copy color: '#14C154'

red 20 ◦ green 193 ◦ blue 84

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

Shades of Malachite #14C154

Tints of Malachite #14C154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.98%

 BLUE value IS 84 (33.2% from 255) = 28.28%

R = 6.73%
G = 64.98%
B = 28.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#14C154 (or 0x14C154) is known color: Malachite. HEX triplet: 14, C1 and 54. RGB value is (20,193,84). Sum of RGB (Red+Green+Blue) = 20+193+84=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #14C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C154 is #EB3EAB. Grayscale: #818181. Windows color (decimal): -15417004 or 5554452. OLE color: 5554452.

HSL color Cylindrical-coordinate representation of color #14C154: hue angle of 142.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C154 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 84 -
CMYK 0.90 0 0.56 0.24
HSL 142.2º 0.81% 0.42% -
HSV(B) 142.2º 0.9% 0.76% -
XYZ 20.96 38.93 14.8 -
YUV 128.85 102.69 50.36 -
System Red Green Blue C M Y K H S L
Decimal 20 193 84 0.90 0 0.56 0.24 142.2 0.81 0.42
Hex 14 C1 54 5A 0 38 18 8E 51 2A
Octal 24 301 124 132 0 70 30 216 121 52
Binary 10100 11000001 1010100 1011010 0 111000 11000 10001110 1010001 101010

Color Harmonies of #14C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C154

Black with #14C154

Text Example


Text Example

White with #14C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,193,84); }

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

background-color css

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

 a { background-color: rgb(20,193,84); }

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

border-color css

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

 span { border-color: rgb(20,193,84); }

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