Html Css Color HEX #14F74C Malachite

📋 copy color: '#14F74C'

red 20 ◦ green 247 ◦ blue 76

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

Shades of Malachite #14F74C

Tints of Malachite #14F74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.01%

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

R = 5.83%
G = 72.01%
B = 22.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#14F74C (or 0x14F74C) is known color: Malachite. HEX triplet: 14, F7 and 4C. RGB value is (20,247,76). Sum of RGB (Red+Green+Blue) = 20+247+76=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #14F74C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F74C is #EB08B3. Grayscale: #A0A0A0. Windows color (decimal): -15403188 or 5043988. OLE color: 5043988.

HSL color Cylindrical-coordinate representation of color #14F74C: hue angle of 134.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F74C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 247 76 -
CMYK 0.92 0 0.69 0.03
HSL 134.8º 0.93% 0.52% -
HSV(B) 134.8º 0.92% 0.97% -
XYZ 34.85 67.19 17.97 -
YUV 159.63 80.79 28.4 -
System Red Green Blue C M Y K H S L
Decimal 20 247 76 0.92 0 0.69 0.03 134.8 0.93 0.52
Hex 14 F7 4C 5C 0 45 3 87 5D 34
Octal 24 367 114 134 0 105 3 207 135 64
Binary 10100 11110111 1001100 1011100 0 1000101 11 10000111 1011101 110100

Color Harmonies of #14F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F74C

Black with #14F74C

Text Example


Text Example

White with #14F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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