Html Css Color HEX #14C64B Malachite

📋 copy color: '#14C64B'

red 20 ◦ green 198 ◦ blue 75

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

Shades of Malachite #14C64B

Tints of Malachite #14C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 67.58%

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 6.83%
G = 67.58%
B = 25.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#14C64B (or 0x14C64B) is known color: Malachite. HEX triplet: 14, C6 and 4B. RGB value is (20,198,75). Sum of RGB (Red+Green+Blue) = 20+198+75=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #14C64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C64B is #EB39B4. Grayscale: #838383. Windows color (decimal): -15415733 or 4965908. OLE color: 4965908.

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

Color convert

RGB 20 198 75 -
CMYK 0.90 0 0.62 0.22
HSL 138.54º 0.82% 0.43% -
HSV(B) 138.54º 0.9% 0.78% -
XYZ 21.75 41.04 13.43 -
YUV 130.76 96.53 49 -
System Red Green Blue C M Y K H S L
Decimal 20 198 75 0.90 0 0.62 0.22 138.54 0.82 0.43
Hex 14 C6 4B 5A 0 3E 16 8B 52 2B
Octal 24 306 113 132 0 76 26 213 122 53
Binary 10100 11000110 1001011 1011010 0 111110 10110 10001011 1010010 101011

Color Harmonies of #14C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C64B

Black with #14C64B

Text Example


Text Example

White with #14C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,75); }

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

background-color css

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

 a { background-color: rgb(20,198,75); }

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

border-color css

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

 span { border-color: rgb(20,198,75); }

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