Html Css Color HEX #14F94C Malachite

📋 copy color: '#14F94C'

red 20 ◦ green 249 ◦ blue 76

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

Shades of Malachite #14F94C

Tints of Malachite #14F94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 5.8%
G = 72.17%
B = 22.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#14F94C (or 0x14F94C) is known color: Malachite. HEX triplet: 14, F9 and 4C. RGB value is (20,249,76). Sum of RGB (Red+Green+Blue) = 20+249+76=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #14F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F94C is #EB06B3. Grayscale: #A1A1A1. Windows color (decimal): -15402676 or 5044500. OLE color: 5044500.

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

Color convert

RGB 20 249 76 -
CMYK 0.92 0 0.69 0.02
HSL 134.67º 0.95% 0.53% -
HSV(B) 134.67º 0.92% 0.98% -
XYZ 35.47 68.42 18.17 -
YUV 160.81 80.13 27.57 -
System Red Green Blue C M Y K H S L
Decimal 20 249 76 0.92 0 0.69 0.02 134.67 0.95 0.53
Hex 14 F9 4C 5C 0 45 2 87 5F 35
Octal 24 371 114 134 0 105 2 207 137 65
Binary 10100 11111001 1001100 1011100 0 1000101 10 10000111 1011111 110101

Color Harmonies of #14F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F94C

Black with #14F94C

Text Example


Text Example

White with #14F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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