Html Css Color HEX #14D265 Malachite

📋 copy color: '#14D265'

red 20 ◦ green 210 ◦ blue 101

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

Shades of Malachite #14D265

Tints of Malachite #14D265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.44%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 6.04%
G = 63.44%
B = 30.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#14D265 (or 0x14D265) is known color: Malachite. HEX triplet: 14, D2 and 65. RGB value is (20,210,101). Sum of RGB (Red+Green+Blue) = 20+210+101=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #14D265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D265 is #EB2D9A. Grayscale: #8D8D8D. Windows color (decimal): -15412635 or 6672916. OLE color: 6672916.

HSL color Cylindrical-coordinate representation of color #14D265: hue angle of 145.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D265 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 210 101 -
CMYK 0.90 0 0.52 0.18
HSL 145.58º 0.83% 0.45% -
HSV(B) 145.58º 0.9% 0.82% -
XYZ 25.68 47.18 20.07 -
YUV 140.76 105.55 41.86 -
System Red Green Blue C M Y K H S L
Decimal 20 210 101 0.90 0 0.52 0.18 145.58 0.83 0.45
Hex 14 D2 65 5A 0 34 12 92 53 2D
Octal 24 322 145 132 0 64 22 222 123 55
Binary 10100 11010010 1100101 1011010 0 110100 10010 10010010 1010011 101101

Color Harmonies of #14D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D265

Black with #14D265

Text Example


Text Example

White with #14D265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,210,101); }

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

background-color css

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

 a { background-color: rgb(20,210,101); }

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

border-color css

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

 span { border-color: rgb(20,210,101); }

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