Html Css Color HEX #14E766 Malachite

📋 copy color: '#14E766'

red 20 ◦ green 231 ◦ blue 102

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

Shades of Malachite #14E766

Tints of Malachite #14E766

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.44%

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 5.67%
G = 65.44%
B = 28.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#14E766 (or 0x14E766) is known color: Malachite. HEX triplet: 14, E7 and 66. RGB value is (20,231,102). Sum of RGB (Red+Green+Blue) = 20+231+102=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #14E766 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E766 is #EB1899. Grayscale: #999999. Windows color (decimal): -15407258 or 6743828. OLE color: 6743828.

HSL color Cylindrical-coordinate representation of color #14E766: hue angle of 143.32º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E766 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 231 102 -
CMYK 0.91 0 0.56 0.09
HSL 143.32º 0.84% 0.49% -
HSV(B) 143.32º 0.91% 0.91% -
XYZ 31.26 58.26 22.17 -
YUV 153.21 99.1 32.99 -
System Red Green Blue C M Y K H S L
Decimal 20 231 102 0.91 0 0.56 0.09 143.32 0.84 0.49
Hex 14 E7 66 5B 0 38 9 8F 54 31
Octal 24 347 146 133 0 70 11 217 124 61
Binary 10100 11100111 1100110 1011011 0 111000 1001 10001111 1010100 110001

Color Harmonies of #14E766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E766

Black with #14E766

Text Example


Text Example

White with #14E766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,231,102); }

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

background-color css

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

 a { background-color: rgb(20,231,102); }

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

border-color css

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

 span { border-color: rgb(20,231,102); }

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