Html Css Color HEX #14C25F Malachite

📋 copy color: '#14C25F'

red 20 ◦ green 194 ◦ blue 95

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

Shades of Malachite #14C25F

Tints of Malachite #14C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.78%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 6.47%
G = 62.78%
B = 30.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#14C25F (or 0x14C25F) is known color: Malachite. HEX triplet: 14, C2 and 5F. RGB value is (20,194,95). Sum of RGB (Red+Green+Blue) = 20+194+95=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #14C25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C25F is #EB3DA0. Grayscale: #828282. Windows color (decimal): -15416737 or 6275604. OLE color: 6275604.

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

Color convert

RGB 20 194 95 -
CMYK 0.90 0 0.51 0.24
HSL 145.86º 0.81% 0.42% -
HSV(B) 145.86º 0.9% 0.76% -
XYZ 21.65 39.56 17.32 -
YUV 130.69 107.85 49.05 -
System Red Green Blue C M Y K H S L
Decimal 20 194 95 0.90 0 0.51 0.24 145.86 0.81 0.42
Hex 14 C2 5F 5A 0 33 18 92 51 2A
Octal 24 302 137 132 0 63 30 222 121 52
Binary 10100 11000010 1011111 1011010 0 110011 11000 10010010 1010001 101010

Color Harmonies of #14C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C25F

Black with #14C25F

Text Example


Text Example

White with #14C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,95); }

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

background-color css

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

 a { background-color: rgb(20,194,95); }

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

border-color css

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

 span { border-color: rgb(20,194,95); }

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