Html Css Color HEX #14CD4D Malachite

📋 copy color: '#14CD4D'

red 20 ◦ green 205 ◦ blue 77

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

Shades of Malachite #14CD4D

Tints of Malachite #14CD4D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 67.88%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 6.62%
G = 67.88%
B = 25.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#14CD4D (or 0x14CD4D) is known color: Malachite. HEX triplet: 14, CD and 4D. RGB value is (20,205,77). Sum of RGB (Red+Green+Blue) = 20+205+77=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CD4D is #EB32B2. Grayscale: #878787. Windows color (decimal): -15413939 or 5098772. OLE color: 5098772.

HSL color Cylindrical-coordinate representation of color #14CD4D: hue angle of 138.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD4D is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 77 -
CMYK 0.90 0 0.62 0.20
HSL 138.49º 0.82% 0.44% -
HSV(B) 138.49º 0.9% 0.8% -
XYZ 23.46 44.35 14.34 -
YUV 135.09 95.21 45.91 -
System Red Green Blue C M Y K H S L
Decimal 20 205 77 0.90 0 0.62 0.20 138.49 0.82 0.44
Hex 14 CD 4D 5A 0 3E 14 8A 52 2C
Octal 24 315 115 132 0 76 24 212 122 54
Binary 10100 11001101 1001101 1011010 0 111110 10100 10001010 1010010 101100

Color Harmonies of #14CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CD4D

Black with #14CD4D

Text Example


Text Example

White with #14CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,77); }

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

background-color css

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

 a { background-color: rgb(20,205,77); }

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

border-color css

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

 span { border-color: rgb(20,205,77); }

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