Html Css Color HEX #14C256 Malachite

📋 copy color: '#14C256'

red 20 ◦ green 194 ◦ blue 86

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

Shades of Malachite #14C256

Tints of Malachite #14C256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 6.67%
G = 64.67%
B = 28.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#14C256 (or 0x14C256) is known color: Malachite. HEX triplet: 14, C2 and 56. RGB value is (20,194,86). Sum of RGB (Red+Green+Blue) = 20+194+86=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #14C256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C256 is #EB3DA9. Grayscale: #818181. Windows color (decimal): -15416746 or 5685780. OLE color: 5685780.

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

Color convert

RGB 20 194 86 -
CMYK 0.90 0 0.56 0.24
HSL 142.76º 0.81% 0.42% -
HSV(B) 142.76º 0.9% 0.76% -
XYZ 21.26 39.4 15.29 -
YUV 129.66 103.35 49.78 -
System Red Green Blue C M Y K H S L
Decimal 20 194 86 0.90 0 0.56 0.24 142.76 0.81 0.42
Hex 14 C2 56 5A 0 38 18 8F 51 2A
Octal 24 302 126 132 0 70 30 217 121 52
Binary 10100 11000010 1010110 1011010 0 111000 11000 10001111 1010001 101010

Color Harmonies of #14C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C256

Black with #14C256

Text Example


Text Example

White with #14C256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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