Html Css Color HEX #14E669 Malachite

📋 copy color: '#14E669'

red 20 ◦ green 230 ◦ blue 105

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

Shades of Malachite #14E669

Tints of Malachite #14E669

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.79%

 BLUE value IS 105 (41.41% from 255) = 29.58%

R = 5.63%
G = 64.79%
B = 29.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#14E669 (or 0x14E669) is known color: Malachite. HEX triplet: 14, E6 and 69. RGB value is (20,230,105). Sum of RGB (Red+Green+Blue) = 20+230+105=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #14E669 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E669 is #EB1996. Grayscale: #999999. Windows color (decimal): -15407511 or 6940180. OLE color: 6940180.

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

Color convert

RGB 20 230 105 -
CMYK 0.91 0 0.54 0.10
HSL 144.29º 0.84% 0.49% -
HSV(B) 144.29º 0.91% 0.9% -
XYZ 31.14 57.76 22.87 -
YUV 152.96 100.93 33.16 -
System Red Green Blue C M Y K H S L
Decimal 20 230 105 0.91 0 0.54 0.10 144.29 0.84 0.49
Hex 14 E6 69 5B 0 36 A 90 54 31
Octal 24 346 151 133 0 66 12 220 124 61
Binary 10100 11100110 1101001 1011011 0 110110 1010 10010000 1010100 110001

Color Harmonies of #14E669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E669

Black with #14E669

Text Example


Text Example

White with #14E669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,230,105); }

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

background-color css

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

 a { background-color: rgb(20,230,105); }

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

border-color css

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

 span { border-color: rgb(20,230,105); }

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