Html Css Color HEX #14E969 Malachite

📋 copy color: '#14E969'

red 20 ◦ green 233 ◦ blue 105

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

Shades of Malachite #14E969

Tints of Malachite #14E969

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.08%

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

R = 5.59%
G = 65.08%
B = 29.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#14E969 (or 0x14E969) is known color: Malachite. HEX triplet: 14, E9 and 69. RGB value is (20,233,105). Sum of RGB (Red+Green+Blue) = 20+233+105=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 233 (91.41% from 255 or 65.08% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 233 - color contains mainly: green. Hex color #14E969 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E969 is #EB1696. Grayscale: #9B9B9B. Windows color (decimal): -15406743 or 6940948. OLE color: 6940948.

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

Color convert

RGB 20 233 105 -
CMYK 0.91 0 0.55 0.09
HSL 143.94º 0.84% 0.5% -
HSV(B) 143.94º 0.91% 0.91% -
XYZ 31.98 59.45 23.15 -
YUV 154.72 99.93 31.91 -
System Red Green Blue C M Y K H S L
Decimal 20 233 105 0.91 0 0.55 0.09 143.94 0.84 0.5
Hex 14 E9 69 5B 0 37 9 90 54 32
Octal 24 351 151 133 0 67 11 220 124 62
Binary 10100 11101001 1101001 1011011 0 110111 1001 10010000 1010100 110010

Color Harmonies of #14E969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E969

Black with #14E969

Text Example


Text Example

White with #14E969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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