Html Css Color HEX #14F944 Malachite

📋 copy color: '#14F944'

red 20 ◦ green 249 ◦ blue 68

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

Shades of Malachite #14F944

Tints of Malachite #14F944

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.89%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 5.93%
G = 73.89%
B = 20.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#14F944 (or 0x14F944) is known color: Malachite. HEX triplet: 14, F9 and 44. RGB value is (20,249,68). Sum of RGB (Red+Green+Blue) = 20+249+68=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #14F944 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F944 is #EB06BB. Grayscale: #A0A0A0. Windows color (decimal): -15402684 or 4520212. OLE color: 4520212.

HSL color Cylindrical-coordinate representation of color #14F944: hue angle of 132.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F944 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 249 68 -
CMYK 0.92 0 0.73 0.02
HSL 132.58º 0.95% 0.53% -
HSV(B) 132.58º 0.92% 0.98% -
XYZ 35.21 68.32 16.8 -
YUV 159.9 76.13 28.22 -
System Red Green Blue C M Y K H S L
Decimal 20 249 68 0.92 0 0.73 0.02 132.58 0.95 0.53
Hex 14 F9 44 5C 0 49 2 85 5F 35
Octal 24 371 104 134 0 111 2 205 137 65
Binary 10100 11111001 1000100 1011100 0 1001001 10 10000101 1011111 110101

Color Harmonies of #14F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F944

Black with #14F944

Text Example


Text Example

White with #14F944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,249,68); }

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

background-color css

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

 a { background-color: rgb(20,249,68); }

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

border-color css

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

 span { border-color: rgb(20,249,68); }

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