Html Css Color HEX #14C260 Malachite

📋 copy color: '#14C260'

red 20 ◦ green 194 ◦ blue 96

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

Shades of Malachite #14C260

Tints of Malachite #14C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 6.45%
G = 62.58%
B = 30.97%

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

#14C260 (or 0x14C260) is known color: Malachite. HEX triplet: 14, C2 and 60. RGB value is (20,194,96). Sum of RGB (Red+Green+Blue) = 20+194+96=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #14C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C260 is #EB3D9F. Grayscale: #838383. Windows color (decimal): -15416736 or 6341140. OLE color: 6341140.

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

Color convert

RGB 20 194 96 -
CMYK 0.90 0 0.51 0.24
HSL 146.21º 0.81% 0.42% -
HSV(B) 146.21º 0.9% 0.76% -
XYZ 21.69 39.58 17.56 -
YUV 130.8 108.35 48.97 -
System Red Green Blue C M Y K H S L
Decimal 20 194 96 0.90 0 0.51 0.24 146.21 0.81 0.42
Hex 14 C2 60 5A 0 33 18 92 51 2A
Octal 24 302 140 132 0 63 30 222 121 52
Binary 10100 11000010 1100000 1011010 0 110011 11000 10010010 1010001 101010

Color Harmonies of #14C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C260

Black with #14C260

Text Example


Text Example

White with #14C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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