Html Css Color HEX #14DE40 Malachite

📋 copy color: '#14DE40'

red 20 ◦ green 222 ◦ blue 64

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

Shades of Malachite #14DE40

Tints of Malachite #14DE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.55%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 6.54%
G = 72.55%
B = 20.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#14DE40 (or 0x14DE40) is known color: Malachite. HEX triplet: 14, DE and 40. RGB value is (20,222,64). Sum of RGB (Red+Green+Blue) = 20+222+64=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DE40 is #EB21BF. Grayscale: #909090. Windows color (decimal): -15409600 or 4251156. OLE color: 4251156.

HSL color Cylindrical-coordinate representation of color #14DE40: hue angle of 133.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DE40 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 222 64 -
CMYK 0.91 0 0.71 0.13
HSL 133.07º 0.83% 0.47% -
HSV(B) 133.07º 0.91% 0.87% -
XYZ 27.34 52.76 13.59 -
YUV 143.59 83.08 39.85 -
System Red Green Blue C M Y K H S L
Decimal 20 222 64 0.91 0 0.71 0.13 133.07 0.83 0.47
Hex 14 DE 40 5B 0 47 D 85 53 2F
Octal 24 336 100 133 0 107 15 205 123 57
Binary 10100 11011110 1000000 1011011 0 1000111 1101 10000101 1010011 101111

Color Harmonies of #14DE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DE40

Black with #14DE40

Text Example


Text Example

White with #14DE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,222,64); }

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

background-color css

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

 a { background-color: rgb(20,222,64); }

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

border-color css

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

 span { border-color: rgb(20,222,64); }

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