Html Css Color HEX #14F05C Malachite

📋 copy color: '#14F05C'

red 20 ◦ green 240 ◦ blue 92

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

Shades of Malachite #14F05C

Tints of Malachite #14F05C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.18%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 5.68%
G = 68.18%
B = 26.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#14F05C (or 0x14F05C) is known color: Malachite. HEX triplet: 14, F0 and 5C. RGB value is (20,240,92). Sum of RGB (Red+Green+Blue) = 20+240+92=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #14F05C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F05C is #EB0FA3. Grayscale: #9D9D9D. Windows color (decimal): -15404964 or 6090772. OLE color: 6090772.

HSL color Cylindrical-coordinate representation of color #14F05C: hue angle of 139.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F05C is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 92 -
CMYK 0.92 0 0.62 0.06
HSL 139.64º 0.88% 0.51% -
HSV(B) 139.64º 0.92% 0.94% -
XYZ 33.38 63.24 20.57 -
YUV 157.35 91.11 30.03 -
System Red Green Blue C M Y K H S L
Decimal 20 240 92 0.92 0 0.62 0.06 139.64 0.88 0.51
Hex 14 F0 5C 5C 0 3E 6 8C 58 33
Octal 24 360 134 134 0 76 6 214 130 63
Binary 10100 11110000 1011100 1011100 0 111110 110 10001100 1011000 110011

Color Harmonies of #14F05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F05C

Black with #14F05C

Text Example


Text Example

White with #14F05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,240,92); }

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

background-color css

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

 a { background-color: rgb(20,240,92); }

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

border-color css

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

 span { border-color: rgb(20,240,92); }

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