Html Css Color HEX #14C353 Malachite

📋 copy color: '#14C353'

red 20 ◦ green 195 ◦ blue 83

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

Shades of Malachite #14C353

Tints of Malachite #14C353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.44%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 6.71%
G = 65.44%
B = 27.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#14C353 (or 0x14C353) is known color: Malachite. HEX triplet: 14, C3 and 53. RGB value is (20,195,83). Sum of RGB (Red+Green+Blue) = 20+195+83=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #14C353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C353 is #EB3CAC. Grayscale: #828282. Windows color (decimal): -15416493 or 5489428. OLE color: 5489428.

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

Color convert

RGB 20 195 83 -
CMYK 0.90 0 0.57 0.24
HSL 141.6º 0.81% 0.42% -
HSV(B) 141.6º 0.9% 0.76% -
XYZ 21.36 39.8 14.74 -
YUV 129.91 101.52 49.61 -
System Red Green Blue C M Y K H S L
Decimal 20 195 83 0.90 0 0.57 0.24 141.6 0.81 0.42
Hex 14 C3 53 5A 0 39 18 8E 51 2A
Octal 24 303 123 132 0 71 30 216 121 52
Binary 10100 11000011 1010011 1011010 0 111001 11000 10001110 1010001 101010

Color Harmonies of #14C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C353

Black with #14C353

Text Example


Text Example

White with #14C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,83); }

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

background-color css

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

 a { background-color: rgb(20,195,83); }

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

border-color css

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

 span { border-color: rgb(20,195,83); }

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