Html Css Color HEX #14E441 Malachite

📋 copy color: '#14E441'

red 20 ◦ green 228 ◦ blue 65

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

Shades of Malachite #14E441

Tints of Malachite #14E441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.84%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 6.39%
G = 72.84%
B = 20.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#14E441 (or 0x14E441) is known color: Malachite. HEX triplet: 14, E4 and 41. RGB value is (20,228,65). Sum of RGB (Red+Green+Blue) = 20+228+65=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 228 (89.45% from 255 or 72.84% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 228 - color contains mainly: green. Hex color #14E441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E441 is #EB1BBE. Grayscale: #939393. Windows color (decimal): -15408063 or 4318228. OLE color: 4318228.

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

Color convert

RGB 20 228 65 -
CMYK 0.91 0 0.71 0.11
HSL 132.98º 0.84% 0.49% -
HSV(B) 132.98º 0.91% 0.89% -
XYZ 28.99 56.02 14.29 -
YUV 147.23 81.59 37.25 -
System Red Green Blue C M Y K H S L
Decimal 20 228 65 0.91 0 0.71 0.11 132.98 0.84 0.49
Hex 14 E4 41 5B 0 47 B 85 54 31
Octal 24 344 101 133 0 107 13 205 124 61
Binary 10100 11100100 1000001 1011011 0 1000111 1011 10000101 1010100 110001

Color Harmonies of #14E441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E441

Black with #14E441

Text Example


Text Example

White with #14E441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,65); }

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

background-color css

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

 a { background-color: rgb(20,228,65); }

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

border-color css

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

 span { border-color: rgb(20,228,65); }

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