Html Css Color HEX #14C352 Malachite

📋 copy color: '#14C352'

red 20 ◦ green 195 ◦ blue 82

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

Shades of Malachite #14C352

Tints of Malachite #14C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 6.73%
G = 65.66%
B = 27.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#14C352 (or 0x14C352) is known color: Malachite. HEX triplet: 14, C3 and 52. RGB value is (20,195,82). Sum of RGB (Red+Green+Blue) = 20+195+82=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #14C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C352 is #EB3CAD. Grayscale: #828282. Windows color (decimal): -15416494 or 5423892. OLE color: 5423892.

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

Color convert

RGB 20 195 82 -
CMYK 0.90 0 0.58 0.24
HSL 141.26º 0.81% 0.42% -
HSV(B) 141.26º 0.9% 0.76% -
XYZ 21.33 39.79 14.54 -
YUV 129.79 101.02 49.69 -
System Red Green Blue C M Y K H S L
Decimal 20 195 82 0.90 0 0.58 0.24 141.26 0.81 0.42
Hex 14 C3 52 5A 0 3A 18 8D 51 2A
Octal 24 303 122 132 0 72 30 215 121 52
Binary 10100 11000011 1010010 1011010 0 111010 11000 10001101 1010001 101010

Color Harmonies of #14C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C352

Black with #14C352

Text Example


Text Example

White with #14C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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