Html Css Color HEX #14C95D Malachite

📋 copy color: '#14C95D'

red 20 ◦ green 201 ◦ blue 93

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

Shades of Malachite #14C95D

Tints of Malachite #14C95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.01%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 6.37%
G = 64.01%
B = 29.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#14C95D (or 0x14C95D) is known color: Malachite. HEX triplet: 14, C9 and 5D. RGB value is (20,201,93). Sum of RGB (Red+Green+Blue) = 20+201+93=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #14C95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C95D is #EB36A2. Grayscale: #868686. Windows color (decimal): -15414947 or 6146324. OLE color: 6146324.

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

Color convert

RGB 20 201 93 -
CMYK 0.90 0 0.54 0.21
HSL 144.2º 0.82% 0.43% -
HSV(B) 144.2º 0.9% 0.79% -
XYZ 23.15 42.71 17.38 -
YUV 134.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 20 201 93 0.90 0 0.54 0.21 144.2 0.82 0.43
Hex 14 C9 5D 5A 0 36 15 90 52 2B
Octal 24 311 135 132 0 66 25 220 122 53
Binary 10100 11001001 1011101 1011010 0 110110 10101 10010000 1010010 101011

Color Harmonies of #14C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C95D

Black with #14C95D

Text Example


Text Example

White with #14C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,201,93); }

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

background-color css

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

 a { background-color: rgb(20,201,93); }

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

border-color css

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

 span { border-color: rgb(20,201,93); }

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