Html Css Color HEX #14DF3F Malachite

📋 copy color: '#14DF3F'

red 20 ◦ green 223 ◦ blue 63

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

Shades of Malachite #14DF3F

Tints of Malachite #14DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.88%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 6.54%
G = 72.88%
B = 20.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#14DF3F (or 0x14DF3F) is known color: Malachite. HEX triplet: 14, DF and 3F. RGB value is (20,223,63). Sum of RGB (Red+Green+Blue) = 20+223+63=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF3F is #EB20C0. Grayscale: #909090. Windows color (decimal): -15409345 or 4185876. OLE color: 4185876.

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

Color convert

RGB 20 223 63 -
CMYK 0.91 0 0.72 0.13
HSL 132.71º 0.84% 0.48% -
HSV(B) 132.71º 0.91% 0.87% -
XYZ 27.57 53.28 13.53 -
YUV 144.06 82.25 39.51 -
System Red Green Blue C M Y K H S L
Decimal 20 223 63 0.91 0 0.72 0.13 132.71 0.84 0.48
Hex 14 DF 3F 5B 0 48 D 85 54 30
Octal 24 337 77 133 0 110 15 205 124 60
Binary 10100 11011111 111111 1011011 0 1001000 1101 10000101 1010100 110000

Color Harmonies of #14DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DF3F

Black with #14DF3F

Text Example


Text Example

White with #14DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,63); }

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

background-color css

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

 a { background-color: rgb(20,223,63); }

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

border-color css

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

 span { border-color: rgb(20,223,63); }

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