Html Css Color HEX #14CE68 Malachite

📋 copy color: '#14CE68'

red 20 ◦ green 206 ◦ blue 104

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

Shades of Malachite #14CE68

Tints of Malachite #14CE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.42%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 6.06%
G = 62.42%
B = 31.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#14CE68 (or 0x14CE68) is known color: Malachite. HEX triplet: 14, CE and 68. RGB value is (20,206,104). Sum of RGB (Red+Green+Blue) = 20+206+104=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE68 is #EB3197. Grayscale: #8A8A8A. Windows color (decimal): -15413656 or 6868500. OLE color: 6868500.

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

Color convert

RGB 20 206 104 -
CMYK 0.90 0 0.50 0.19
HSL 147.1º 0.82% 0.44% -
HSV(B) 147.1º 0.9% 0.81% -
XYZ 24.86 45.29 20.53 -
YUV 138.76 108.38 43.29 -
System Red Green Blue C M Y K H S L
Decimal 20 206 104 0.90 0 0.50 0.19 147.1 0.82 0.44
Hex 14 CE 68 5A 0 32 13 93 52 2C
Octal 24 316 150 132 0 62 23 223 122 54
Binary 10100 11001110 1101000 1011010 0 110010 10011 10010011 1010010 101100

Color Harmonies of #14CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE68

Black with #14CE68

Text Example


Text Example

White with #14CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,104); }

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

background-color css

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

 a { background-color: rgb(20,206,104); }

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

border-color css

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

 span { border-color: rgb(20,206,104); }

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