Html Css Color HEX #14F949 Malachite

📋 copy color: '#14F949'

red 20 ◦ green 249 ◦ blue 73

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

Shades of Malachite #14F949

Tints of Malachite #14F949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 5.85%
G = 72.81%
B = 21.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#14F949 (or 0x14F949) is known color: Malachite. HEX triplet: 14, F9 and 49. RGB value is (20,249,73). Sum of RGB (Red+Green+Blue) = 20+249+73=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #14F949 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F949 is #EB06B6. Grayscale: #A0A0A0. Windows color (decimal): -15402679 or 4847892. OLE color: 4847892.

HSL color Cylindrical-coordinate representation of color #14F949: hue angle of 133.89º 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 #14F949 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 249 73 -
CMYK 0.92 0 0.71 0.02
HSL 133.89º 0.95% 0.53% -
HSV(B) 133.89º 0.92% 0.98% -
XYZ 35.37 68.38 17.64 -
YUV 160.47 78.63 27.81 -
System Red Green Blue C M Y K H S L
Decimal 20 249 73 0.92 0 0.71 0.02 133.89 0.95 0.53
Hex 14 F9 49 5C 0 47 2 86 5F 35
Octal 24 371 111 134 0 107 2 206 137 65
Binary 10100 11111001 1001001 1011100 0 1000111 10 10000110 1011111 110101

Color Harmonies of #14F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F949

Black with #14F949

Text Example


Text Example

White with #14F949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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